diff --git a/app/libs/firefly-go.aar b/app/libs/firefly-go.aar index e0121bd..42c6f68 100644 --- a/app/libs/firefly-go.aar +++ b/app/libs/firefly-go.aar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e639776186f300d7774e39d4b92fdfd9b12f8d585e929ef5b72c02660249db98 -size 13927890 +oid sha256:704c76bea81081dc513bd0c8165599b200f946acbb9b61f442fd967c14b9db25 +size 13927011 diff --git a/app/src/main/assets/data-in-game.json b/app/src/main/assets/data-in-game.json index 73dc2ff..80ca9d8 100644 --- a/app/src/main/assets/data-in-game.json +++ b/app/src/main/assets/data-in-game.json @@ -39,6 +39,7 @@ "challenge": { "challenge_id": 0, "skip_half": 0, + "random_seed": 0, "blessings": [], "is_in_challenge": false, "current_stage_id": 30122121, diff --git a/app/src/main/assets/freesr-data.json b/app/src/main/assets/freesr-data.json index 17fb6ae..a55a0fa 100644 --- a/app/src/main/assets/freesr-data.json +++ b/app/src/main/assets/freesr-data.json @@ -13350,24 +13350,24 @@ "data": { "rank": 2, "skills": { - "1310001": 6, - "1310002": 10, - "1310003": 10, - "1310004": 10, - "1310007": 1, - "1310101": 1, - "1310102": 1, - "1310103": 1, - "1310201": 1, - "1310202": 1, - "1310203": 1, - "1310204": 1, - "1310205": 1, - "1310206": 1, - "1310207": 1, - "1310208": 1, - "1310209": 1, - "1310210": 1 + "11310001": 6, + "11310002": 10, + "11310003": 10, + "11310004": 10, + "11310007": 1, + "11310101": 1, + "11310102": 1, + "11310103": 1, + "11310201": 1, + "11310202": 1, + "11310203": 1, + "11310204": 1, + "11310205": 1, + "11310206": 1, + "11310207": 1, + "11310208": 1, + "11310209": 1, + "11310210": 1 }, "skills_by_anchor_type": { "1": 6, @@ -14146,7 +14146,7 @@ "owner_uid": 0, "avatar_id": 1409, "data": { - "rank": 2, + "rank": 0, "skills": { "1409001": 6, "1409002": 10, @@ -14308,7 +14308,7 @@ "owner_uid": 0, "avatar_id": 1413, "data": { - "rank": 2, + "rank": 0, "skills": { "1413001": 6, "1413002": 10, @@ -15295,54 +15295,44 @@ } }, "battle_config": { - "battle_type": "PEAK", - "blessings": [ - { - "level": 1, - "id": 3033056 - }, - { - "level": 1, - "id": 3033041 - }, - { - "level": 1, - "id": 3033053 - } - ], + "battle_type": "CE", + "blessings": [], "custom_stats": [], - "cycle_count": 6, - "stage_id": 30506021, + "cycle_count": 30, + "stage_id": 0, "path_resonance_id": 0, "monsters": [ [ { - "monster_id": 5012100, - "level": 100, + "monster_id": 101302009, + "level": 95, "amount": 1 }, { - "monster_id": 3003020, - "level": 100, + "monster_id": 101302009, + "level": 95, "amount": 1 }, { - "monster_id": 5012100, - "level": 100, + "monster_id": 101302009, + "level": 95, "amount": 1 } ], [ { - "monster_id": 5023010, - "level": 100, + "monster_id": 101302009, + "level": 95, "amount": 1 - } - ], - [ + }, { - "monster_id": 5024010, - "level": 100, + "monster_id": 101302009, + "level": 95, + "amount": 1 + }, + { + "monster_id": 101302009, + "level": 95, "amount": 1 } ] diff --git a/app/src/main/res/raw/app_version_json.json b/app/src/main/res/raw/app_version_json.json index c7f37d0..3df8991 100644 --- a/app/src/main/res/raw/app_version_json.json +++ b/app/src/main/res/raw/app_version_json.json @@ -1,5 +1,5 @@ { - "latest_version": "4.1.4-04", + "latest_version": "4.1.5-01", "changelog": "UPDATE: Custom lineup", - "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.1.4-04/firefly_go_android.apk" + "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.1.5-01/firefly_go_android.apk" } \ No newline at end of file diff --git a/script/release.json b/script/release.json index d4d569a..ac8f109 100644 --- a/script/release.json +++ b/script/release.json @@ -1,5 +1,5 @@ { - "tag": "4.1.4-04", - "title": "PreBuild Version 4.1.54 - 04" + "tag": "4.1.5-01", + "title": "PreBuild Version 4.1.55 - 01" } \ No newline at end of file