Compare commits

...

1 Commits

Author SHA1 Message Date
Kain344 c945a4098b feat: update game data and versioning for release 4.4.3-02
Build / build (push) Successful in 6m15s
2026-08-01 21:31:41 +07:00
4 changed files with 45 additions and 13 deletions
Binary file not shown.
+40 -8
View File
@@ -7,15 +7,15 @@
"3": 1403 "3": 1403
}, },
"position": { "position": {
"x": -30, "x": 28515,
"z": -22750, "z": 1080,
"y": -15000, "y": -4933,
"rot_y": 234288 "rot_y": 45000
}, },
"scene": { "scene": {
"plane_id": 10000, "plane_id": 10202,
"floor_id": 10000003, "floor_id": 10202001,
"entry_id": 100000352 "entry_id": 102020107
}, },
"player_outfit": [ "player_outfit": [
1003 1003
@@ -54,7 +54,7 @@
"maze_buff": 0, "maze_buff": 0,
"path_resonance_id": 0, "path_resonance_id": 0,
"is_in_challenge": false, "is_in_challenge": false,
"is_single_stage": false, "is_single_stage": true,
"challenge_tierce_data": { "challenge_tierce_data": {
"20245": { "20245": {
"stage_1": { "stage_1": {
@@ -97,6 +97,38 @@
] ]
} }
}, },
"20265": {
"stage_1": {
"blessing": 3031366,
"cycle_count": 0,
"battle_status": 1,
"dead_count": 0,
"score": 0,
"lineup": [
1507
]
},
"stage_2": {
"blessing": 3031354,
"cycle_count": 0,
"battle_status": 0,
"dead_count": 0,
"score": 0,
"lineup": [
1315
]
},
"stage_3": {
"blessing": 3031366,
"cycle_count": 0,
"battle_status": 0,
"dead_count": 0,
"score": 0,
"lineup": [
1225
]
}
},
"30185": { "30185": {
"stage_1": { "stage_1": {
"blessing": 3111090, "blessing": 3111090,
+3 -3
View File
@@ -1,5 +1,5 @@
{ {
"latest_version": "4.4.3-01", "latest_version": "4.4.3-02",
"changelog": "UPDATE: 4.4.53-01", "changelog": "UPDATE: 4.4.53-02",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.4.3-01/firefly_go_android.apk" "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.4.3-02/firefly_go_android.apk"
} }
+2 -2
View File
@@ -1,4 +1,4 @@
{ {
"tag": "4.4.3-01", "tag": "4.4.3-02",
"title": "PreBuild Version 4.4.53-01" "title": "PreBuild Version 4.4.53-02"
} }