Compare commits

..

1 Commits

Author SHA1 Message Date
Kain344 b213de8027 feat: update game data and versioning for release 4.4.1-02
Build / build (push) Successful in 5m43s
2026-07-17 13:18:02 +07:00
3 changed files with 24 additions and 11 deletions
+20 -7
View File
@@ -7,15 +7,15 @@
"3": 1403 "3": 1403
}, },
"position": { "position": {
"x": -4030, "x": -30,
"z": -13006, "z": -22750,
"y": 0, "y": -15000,
"rot_y": 270000 "rot_y": 234288
}, },
"scene": { "scene": {
"plane_id": 10000, "plane_id": 10000,
"floor_id": 10000000, "floor_id": 10000003,
"entry_id": 100000104 "entry_id": 100000352
}, },
"player_outfit": [ "player_outfit": [
1003 1003
@@ -218,7 +218,7 @@
}, },
"challenge_peak": { "challenge_peak": {
"current_mode": "Knight", "current_mode": "Knight",
"group_id": 8, "group_id": 9,
"is_in_challenge_peak": false, "is_in_challenge_peak": false,
"challenge_peak_data": { "challenge_peak_data": {
"1": { "1": {
@@ -532,6 +532,19 @@
"current_challenge_id": 0, "current_challenge_id": 0,
"details_data": null "details_data": null
} }
},
"9": {
"checkmate_data": {
"challenge_id": 0,
"blessing": 0,
"lineup": null,
"stage_id": 0,
"is_hard_mode": false
},
"knight_data": {
"current_challenge_id": 0,
"details_data": null
}
} }
} }
}, },
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"latest_version": "4.4.1-01", "latest_version": "4.4.1-02",
"changelog": "UPDATE: 4.4.5X", "changelog": "UPDATE: 4.4.5X",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.4.1-01/firefly_go_android.apk" "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.4.1-02/firefly_go_android.apk"
} }
+2 -2
View File
@@ -1,4 +1,4 @@
{ {
"tag": "4.4.1-01", "tag": "4.4.1-02",
"title": "PreBuild Version 4.4.51-01" "title": "PreBuild Version 4.4.51-02"
} }