Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
76ed85ee
Commit
76ed85ee
authored
Apr 19, 2022
by
Melledy
Committed by
GitHub
Apr 19, 2022
Browse files
Merge pull request #25 from xmplay/main
add water to golden apple archipelago by default
parents
c728b9f5
1df7665e
Changes
2
Show whitespace changes
Inline
Side-by-side
data/Banners.json
View file @
76ed85ee
...
...
@@ -17,39 +17,24 @@
"gachaType"
:
301
,
"scheduleId"
:
903
,
"bannerType"
:
"EVENT"
,
"prefabPath"
:
"GachaShowPanel_A07
6
"
,
"previewPrefabPath"
:
"UI_Tab_GachaShowPanel_A07
6
"
,
"titlePath"
:
"UI_GACHA_SHOW_PANEL_A07
6
_TITLE"
,
"prefabPath"
:
"GachaShowPanel_A07
9
"
,
"previewPrefabPath"
:
"UI_Tab_GachaShowPanel_A07
9
"
,
"titlePath"
:
"UI_GACHA_SHOW_PANEL_A07
9
_TITLE"
,
"costItem"
:
223
,
"beginTime"
:
0
,
"endTime"
:
1924992000
,
"sortId"
:
9998
,
"maxItemType"
:
1
,
"rateUpItems1"
:
[
1066
],
"rateUpItems2"
:
[
1023
,
1043
,
1064
]
},
{
"gachaType"
:
400
,
"scheduleId"
:
913
,
"bannerType"
:
"EVENT"
,
"prefabPath"
:
"GachaShowPanel_A077"
,
"previewPrefabPath"
:
"UI_Tab_GachaShowPanel_A077"
,
"titlePath"
:
"UI_Tab_GachaShowPanel_A077"
,
"costItem"
:
223
,
"beginTime"
:
0
,
"endTime"
:
1924992000
,
"sortId"
:
9998
,
"maxItemType"
:
1
,
"rateUpItems1"
:
[
1022
],
"rateUpItems2"
:
[
1023
,
1043
,
1064
]
"rateUpItems1"
:
[
1002
],
"rateUpItems2"
:
[
1053
,
1020
,
1045
]
},
{
"gachaType"
:
302
,
"scheduleId"
:
9
2
3
,
"scheduleId"
:
9
1
3
,
"bannerType"
:
"WEAPON"
,
"prefabPath"
:
"GachaShowPanel_A0
7
8"
,
"previewPrefabPath"
:
"UI_Tab_GachaShowPanel_A0
7
8"
,
"titlePath"
:
"UI_GACHA_SHOW_PANEL_A0
7
8_TITLE"
,
"prefabPath"
:
"GachaShowPanel_A08
0
"
,
"previewPrefabPath"
:
"UI_Tab_GachaShowPanel_A08
0
"
,
"titlePath"
:
"UI_GACHA_SHOW_PANEL_A08
0
_TITLE"
,
"costItem"
:
223
,
"beginTime"
:
0
,
"endTime"
:
1924992000
,
...
...
@@ -58,7 +43,7 @@
"eventChance"
:
75
,
"softPity"
:
80
,
"hardPity"
:
80
,
"rateUpItems1"
:
[
115
1
0
,
1
5
50
3
],
"rateUpItems2"
:
[
1140
2
,
1240
3
,
1340
1
,
1440
2
,
1540
5
]
"rateUpItems1"
:
[
1150
9
,
1
2
50
4
],
"rateUpItems2"
:
[
1140
1
,
1240
2
,
1340
7
,
1440
1
,
1540
1
]
}
]
src/main/java/emu/grasscutter/server/packet/send/PacketPlayerEnterSceneNotify.java
View file @
76ed85ee
...
...
@@ -59,6 +59,7 @@ public class PacketPlayerEnterSceneNotify extends GenshinPacket {
.
setEnterReason
(
reason
.
getValue
())
.
addSceneTagIdList
(
102
)
.
addSceneTagIdList
(
107
)
.
addSceneTagIdList
(
109
)
.
addSceneTagIdList
(
113
)
.
addSceneTagIdList
(
117
)
.
setUnk1
(
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment