Skip to content

Commit b100b55

Browse files
committed
feat:周胜开大选项
1 parent 7e85576 commit b100b55

2 files changed

Lines changed: 133 additions & 1 deletion

File tree

assets/interface.json

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
"忍界指引寻找周胜",
200200
"打排位",
201201
"何时退出",
202+
"周胜开大",
202203
"领取周胜奖励",
203204
"清周胜过期宝箱",
204205
"从奖励中心进入",
@@ -1748,6 +1749,135 @@
17481749
}
17491750
}
17501751
},
1752+
"周胜开大": {
1753+
"type": "switch",
1754+
"cases": [
1755+
{
1756+
"name": "Yes"
1757+
},
1758+
{
1759+
"name": "No",
1760+
"pipeline_override": {
1761+
"click_All_skill": {
1762+
"swipes": [
1763+
{
1764+
"$doc": "replace",
1765+
"begin": [
1766+
793,
1767+
564,
1768+
142,
1769+
154
1770+
],
1771+
"end": [
1772+
793,
1773+
564,
1774+
142,
1775+
154
1776+
],
1777+
"duration": 100
1778+
},
1779+
{
1780+
"$doc": "summon",
1781+
"begin": [
1782+
1128,
1783+
153,
1784+
54,
1785+
51
1786+
],
1787+
"end": [
1788+
1128,
1789+
153,
1790+
54,
1791+
51
1792+
],
1793+
"duration": 100
1794+
},
1795+
{
1796+
"$doc": "roll",
1797+
"begin": [
1798+
1127,
1799+
268,
1800+
56,
1801+
55
1802+
],
1803+
"end": [
1804+
1127,
1805+
268,
1806+
56,
1807+
55
1808+
],
1809+
"duration": 100
1810+
},
1811+
{
1812+
"$doc": "attack",
1813+
"begin": [
1814+
1099,
1815+
548,
1816+
92,
1817+
92
1818+
],
1819+
"end": [
1820+
1099,
1821+
548,
1822+
92,
1823+
92
1824+
],
1825+
"duration": 100
1826+
},
1827+
{
1828+
"$doc": "skill1",
1829+
"begin": [
1830+
970,
1831+
613,
1832+
62,
1833+
54
1834+
],
1835+
"end": [
1836+
970,
1837+
613,
1838+
62,
1839+
54
1840+
],
1841+
"duration": 100
1842+
},
1843+
{
1844+
"$doc": "skill2",
1845+
"begin": [
1846+
985,
1847+
471,
1848+
65,
1849+
59
1850+
],
1851+
"end": [
1852+
985,
1853+
471,
1854+
65,
1855+
59
1856+
],
1857+
"duration": 100
1858+
},
1859+
{
1860+
"$doc": "sub_skill1",
1861+
"begin": [
1862+
875,
1863+
472,
1864+
53,
1865+
44
1866+
],
1867+
"end": [
1868+
875,
1869+
472,
1870+
53,
1871+
44
1872+
],
1873+
"duration": 100
1874+
}
1875+
]
1876+
}
1877+
}
1878+
}
1879+
]
1880+
},
17511881
"领取周胜奖励": {
17521882
"type": "switch",
17531883
"cases": [

assets/resource/base/pipeline/Weekly_win.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@
186186
"rate_limit": 2000,
187187
"pre_delay": 0,
188188
"post_delay": 0,
189-
"timeout": 2000,
189+
"post_wait_freezes": 400,
190+
"timeout": 7000,
191+
"$doc": "容易卡时间卡bug的忍者太多增加超时时间",
190192
"focus": "[color:DeepSkyBlue]对局结束[/color]"
191193
},
192194
"weekly_win_success": {

0 commit comments

Comments
 (0)