-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from 6DDUU6/zz23
更新4.7卡池
- Loading branch information
Showing
53 changed files
with
1,587 additions
and
703 deletions.
There are no files selected for viewing
Binary file added
BIN
+705 KB
...hin-Impact-Wish-Simulator/src/images/banner/character-events/caution-in-confidence-3.webp
Binary file not shown.
Binary file added
BIN
+892 KB
Genshin-Impact-Wish-Simulator/src/images/banner/character-events/from-ashes-reborn-3.webp
Binary file not shown.
Binary file added
BIN
+731 KB
...in-Impact-Wish-Simulator/src/images/banner/character-events/illuminating-lightning-1.webp
Binary file not shown.
Binary file added
BIN
+843 KB
Genshin-Impact-Wish-Simulator/src/images/banner/character-events/immaculate-pulse-3.webp
Binary file not shown.
Binary file added
BIN
+6.3 KB
Genshin-Impact-Wish-Simulator/src/images/banner/thumbnail/caution-in-confidence-3.webp
Binary file not shown.
Binary file added
BIN
+11.8 KB
Genshin-Impact-Wish-Simulator/src/images/banner/thumbnail/epitome-invocation-64.webp
Binary file not shown.
Binary file added
BIN
+4.24 KB
Genshin-Impact-Wish-Simulator/src/images/banner/thumbnail/epitome-invocation-65.webp
Binary file not shown.
Binary file added
BIN
+16.6 KB
Genshin-Impact-Wish-Simulator/src/images/banner/thumbnail/from-ashes-reborn-3.webp
Binary file not shown.
Binary file added
BIN
+6.94 KB
Genshin-Impact-Wish-Simulator/src/images/banner/thumbnail/illuminating-lightning-1.webp
Binary file not shown.
Binary file added
BIN
+15.4 KB
Genshin-Impact-Wish-Simulator/src/images/banner/thumbnail/immaculate-pulse-3.webp
Binary file not shown.
Binary file added
BIN
+513 KB
Genshin-Impact-Wish-Simulator/src/images/banner/weapons/epitome-invocation-64.webp
Binary file not shown.
Binary file added
BIN
+490 KB
Genshin-Impact-Wish-Simulator/src/images/banner/weapons/epitome-invocation-65.webp
Binary file not shown.
Binary file added
BIN
+43.9 KB
Genshin-Impact-Wish-Simulator/src/images/characters/banner-button/clorinde.webp
Binary file not shown.
Binary file added
BIN
+26.8 KB
Genshin-Impact-Wish-Simulator/src/images/characters/face/4star/sethos.webp
Binary file not shown.
Binary file added
BIN
+28.1 KB
Genshin-Impact-Wish-Simulator/src/images/characters/face/5star/clorinde.webp
Binary file not shown.
Binary file added
BIN
+480 KB
Genshin-Impact-Wish-Simulator/src/images/characters/splash-art/4star/sethos.webp
Binary file not shown.
Binary file added
BIN
+655 KB
Genshin-Impact-Wish-Simulator/src/images/characters/splash-art/5star/clorinde.webp
Binary file not shown.
Binary file added
BIN
+136 KB
Genshin-Impact-Wish-Simulator/src/images/weapons/sword/5star/absolution.webp
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
Genshin-Impact-Wish-Simulator/src/lib/data/banners/events/4.7.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"patch": 4.7, | ||
"data": [ | ||
{ | ||
"phase": 1, | ||
"banners": { | ||
"standardVersion": 4, | ||
"events": { | ||
"featured": [ | ||
{ | ||
"bannerName": "illuminating-lightning-1", | ||
"character": "clorinde", | ||
"textOffset": { "l": 50.5, "b": 10.75 } | ||
}, | ||
{ | ||
"bannerName": "caution-in-confidence-3", | ||
"character": "alhaitham", | ||
"textOffset": { "l": 50.5, "b": 10.75 } | ||
} | ||
], | ||
"rateup": ["bennett", "thoma", "sethos"] | ||
}, | ||
"weapons": { | ||
"bannerName": "epitome-invocation-65", | ||
"fatepointsystem": true, | ||
"featured": [ | ||
{ "name": "absolution" }, | ||
{ "name": "light-of-foliar-incision", "buttonPosition": { "l": 50 } } | ||
], | ||
"rateup": [ | ||
"lithic-spear", | ||
"the-stringless", | ||
"sacrificial-sword", | ||
"the-widsith", | ||
"sacrificial-greatsword" | ||
], | ||
"textOffset": { | ||
"featured": { "l": 47, "t": 73, "w": 29 }, | ||
"rateup": { "l": 76.5, "b": 20 } | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
|
Oops, something went wrong.