Commit 767e598b authored by AnimeGitB's avatar AnimeGitB
Browse files

Update banners (closes #1760)

parent 57bb7471
...@@ -21,4 +21,11 @@ Your code should follow the standards set below: ...@@ -21,4 +21,11 @@ Your code should follow the standards set below:
- Dependencies that use a separate language (ex. Kotlin) that can run on a JVM are acceptable. - Dependencies that use a separate language (ex. Kotlin) that can run on a JVM are acceptable.
- Dependencies that require the use of native code (ex. JNI) are prohibited. - Dependencies that require the use of native code (ex. JNI) are prohibited.
- Directly adding foreign code (other languages, ex. Kotlin) into the main codebase is prohibited. - Directly adding foreign code (other languages, ex. Kotlin) into the main codebase is prohibited.
- Certain files and folders are forbidden to modify in Pull Requests and may only be changed by Write-Access members. The current list for this can be found in `.github/workflows/protect_files.yml`. - Certain files and folders are forbidden to modify in Pull Requests and may only be changed by Write-Access members. The current list for this can be found in `.github/workflows/protect_files.yml`.
\ No newline at end of file
## Intellectual Property
Please avoid adding any direct references to the following, whenever possible:
- Game names
- Character names
- Notable weapon names
...@@ -34,14 +34,14 @@ ...@@ -34,14 +34,14 @@
"gachaType": 301, "gachaType": 301,
"scheduleId": 903, "scheduleId": 903,
"bannerType": "EVENT", "bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A091", "prefabPath": "GachaShowPanel_A094",
"titlePath": "UI_GACHA_SHOW_PANEL_A045_TITLE", "titlePath": "UI_GACHA_SHOW_PANEL_A028_TITLE",
"costItemId": 223, "costItemId": 223,
"beginTime": 0, "beginTime": 0,
"endTime": 1924992000, "endTime": 1924992000,
"sortId": 9998, "sortId": 9998,
"rateUpItems4": [1067, 1039, 1031], "rateUpItems4": [1025, 1043, 1068],
"rateUpItems5": [1069], "rateUpItems5": [1037],
"weights5": [[1,80], [73,80], [90,10000]] "weights5": [[1,80], [73,80], [90,10000]]
}, },
{ {
...@@ -49,14 +49,14 @@ ...@@ -49,14 +49,14 @@
"gachaType": 400, "gachaType": 400,
"scheduleId": 923, "scheduleId": 923,
"bannerType": "EVENT", "bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A092", "prefabPath": "GachaShowPanel_A095",
"titlePath": "UI_GACHA_SHOW_PANEL_A018_TITLE", "titlePath": "UI_GACHA_SHOW_PANEL_A053_TITLE",
"costItemId": 223, "costItemId": 223,
"beginTime": 0, "beginTime": 0,
"endTime": 1924992000, "endTime": 1924992000,
"sortId": 9998, "sortId": 9998,
"rateUpItems4": [1067, 1039, 1031], "rateUpItems4": [1025, 1043, 1068],
"rateUpItems5": [1030], "rateUpItems5": [1054],
"fallbackItems5Pool2": [], "fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]] "weights5": [[1,80], [73,80], [90,10000]]
}, },
...@@ -65,14 +65,14 @@ ...@@ -65,14 +65,14 @@
"gachaType": 302, "gachaType": 302,
"scheduleId": 913, "scheduleId": 913,
"bannerType": "WEAPON", "bannerType": "WEAPON",
"prefabPath": "GachaShowPanel_A093", "prefabPath": "GachaShowPanel_A096",
"titlePath": "UI_GACHA_SHOW_PANEL_A013_TITLE", "titlePath": "UI_GACHA_SHOW_PANEL_A013_TITLE",
"costItemId": 223, "costItemId": 223,
"beginTime": 0, "beginTime": 0,
"endTime": 1924992000, "endTime": 1924992000,
"sortId": 9997, "sortId": 9997,
"rateUpItems4":[15402, 11401, 13407, 14401, 12402], "rateUpItems4":[11403, 15405, 13401, 14409, 12401],
"rateUpItems5": [15511, 13504], "rateUpItems5": [15502, 14506],
"fallbackItems5Pool1": [], "fallbackItems5Pool1": [],
"weights4": [[1,600], [7,600], [8,6600], [10,12600]], "weights4": [[1,600], [7,600], [8,6600], [10,12600]],
"weights5": [[1,100], [62,100], [73,7800], [80,10000]], "weights5": [[1,100], [62,100], [73,7800], [80,10000]],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment