diff --git a/IWantToHeal-Thor-v1.0.49.apk b/IWantToHeal-Thor-v1.0.49.apk new file mode 100644 index 0000000..e778e09 Binary files /dev/null and b/IWantToHeal-Thor-v1.0.49.apk differ diff --git a/android/app/build.gradle b/android/app/build.gradle index 526e670..5c6a8a8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.warren.iwanttoheal" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 67 - versionName "1.0.47" + versionCode 68 + versionName "1.0.49" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/db/seed.sql b/db/seed.sql index d9b4f87..9bb7722 100644 --- a/db/seed.sql +++ b/db/seed.sql @@ -1908,6 +1908,21 @@ JOIN coin_sources ON coin_sources.encounter_id = crafting_recipes.source_encounter_id AND coin_sources.difficulty_id = crafting_recipes.difficulty_id; +DELETE FROM crafting_recipe_components +WHERE recipe_id IN (1101, 1102, 1103); + +INSERT INTO crafting_recipe_components (recipe_id, item_id, quantity) +SELECT recipe_id, items.id, quantity +FROM ( + SELECT 1101 AS recipe_id, 'tigrex-boss-coin-diff-2-ilvl-10' AS item_slug, 5 AS quantity + UNION ALL SELECT 1101, 'bulldrome-boss-coin-diff-2-ilvl-10', 5 + UNION ALL SELECT 1102, 'tigrex-boss-coin-diff-2-ilvl-10', 5 + UNION ALL SELECT 1102, 'bulldrome-boss-coin-diff-2-ilvl-10', 5 + UNION ALL SELECT 1103, 'tigrex-boss-coin-diff-2-ilvl-10', 5 + UNION ALL SELECT 1103, 'bulldrome-boss-coin-diff-2-ilvl-10', 5 +) AS requirements +JOIN items ON items.slug = requirements.item_slug; + DELETE FROM gear_upgrade_paths; INSERT INTO gear_upgrade_paths (from_item_id, to_item_id) diff --git a/src/offline-starter-profile.json b/src/offline-starter-profile.json index 56acaa8..cd27766 100644 --- a/src/offline-starter-profile.json +++ b/src/offline-starter-profile.json @@ -1437,6 +1437,22 @@ "setName": null }, "components": [ + { + "item": { + "id": 383002, + "slug": "bulldrome-boss-coin-diff-2-ilvl-10", + "name": "Green Bulldrome Coin", + "slot": "component", + "rarity": "uncommon", + "itemLevel": 10, + "healingPower": 0, + "maxResourceBonus": 0, + "glyph": "$", + "description": "A boss coin from Bulldrome used for item level 10 crafting." + }, + "quantity": 5, + "owned": 0 + }, { "item": { "id": 683002, @@ -1450,7 +1466,7 @@ "glyph": "$", "description": "A boss coin from Tigrex used for item level 10 crafting." }, - "quantity": 10, + "quantity": 5, "owned": 0 } ], @@ -1477,6 +1493,22 @@ "setName": null }, "components": [ + { + "item": { + "id": 383002, + "slug": "bulldrome-boss-coin-diff-2-ilvl-10", + "name": "Green Bulldrome Coin", + "slot": "component", + "rarity": "uncommon", + "itemLevel": 10, + "healingPower": 0, + "maxResourceBonus": 0, + "glyph": "$", + "description": "A boss coin from Bulldrome used for item level 10 crafting." + }, + "quantity": 5, + "owned": 0 + }, { "item": { "id": 683002, @@ -1490,7 +1522,7 @@ "glyph": "$", "description": "A boss coin from Tigrex used for item level 10 crafting." }, - "quantity": 10, + "quantity": 5, "owned": 0 } ], @@ -1517,6 +1549,22 @@ "setName": null }, "components": [ + { + "item": { + "id": 383002, + "slug": "bulldrome-boss-coin-diff-2-ilvl-10", + "name": "Green Bulldrome Coin", + "slot": "component", + "rarity": "uncommon", + "itemLevel": 10, + "healingPower": 0, + "maxResourceBonus": 0, + "glyph": "$", + "description": "A boss coin from Bulldrome used for item level 10 crafting." + }, + "quantity": 5, + "owned": 0 + }, { "item": { "id": 683002, @@ -1530,7 +1578,7 @@ "glyph": "$", "description": "A boss coin from Tigrex used for item level 10 crafting." }, - "quantity": 10, + "quantity": 5, "owned": 0 } ],