generated from Stick_Mods/stick.plugins.tmpl
Compare commits
3 Commits
7c203f130a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
498ed5729c | ||
|
|
63b0ab1393 | ||
|
|
c3f48b9fde |
@@ -18,23 +18,14 @@ jobs:
|
|||||||
uses: http://MonBianG.lan:3000/action/setup-dotnet@v4.3.0
|
uses: http://MonBianG.lan:3000/action/setup-dotnet@v4.3.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: 8.0.x
|
dotnet-version: 8.0.x
|
||||||
|
|
||||||
# 华为云和腾讯云的 NuGet 镜像配置
|
|
||||||
- name: Configure NuGet mirror
|
|
||||||
run: |
|
|
||||||
cat > nuget.config << 'EOF'
|
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
|
||||||
<clear />
|
|
||||||
<add key="huawei-mirror" value="https://repo.huaweicloud.com/repository/nuget/v3/index.json" />
|
|
||||||
<add key="tencent" value="https://mirrors.cloud.tencent.com/nuget/" />
|
|
||||||
</packageSources>
|
|
||||||
</configuration>
|
|
||||||
EOF
|
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
# 直接加代理得了
|
||||||
|
env:
|
||||||
|
http_proxy: "http://172.17.0.1:7890"
|
||||||
|
https_proxy: "http://172.17.0.1:7890"
|
||||||
|
no_proxy: "localhost,127.0.0.1,*.lan"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore --configuration Release
|
run: dotnet build --no-restore --configuration Release
|
||||||
|
|||||||
15
README.md
15
README.md
@@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
嫌high刷枪频率刷的不够快?
|
嫌high刷枪频率刷的不够快?
|
||||||
|
|
||||||
|
## 刷枪档位参照表
|
||||||
|
|
||||||
|
*其中斜体为本mod新增档位*
|
||||||
|
|
||||||
|
| 选项 | 刷枪间隔 | 开局刷枪时延 | 连续刷枪概率 |
|
||||||
|
| :-----: | :------: | :----------: | :----------: |
|
||||||
|
| NONE | - | - | - |
|
||||||
|
| LOW | 8-12s | 4-8s | 10% |
|
||||||
|
| NORMAL | 5-8s | 2-4s | 10% |
|
||||||
|
| HIGH | 3-5s | 0.5-1s | 10% |
|
||||||
|
| *XHIGH* | 1-3s | 0.3s | 10% |
|
||||||
|
| *MAX* | 0.5-1s | 0s | 10% |
|
||||||
|
|
||||||
|
在每局开局`开局刷枪时延`结束后会刷第一把枪,随后每隔`刷枪间隔`会刷一把枪,每次刷枪均有`连续刷枪概率`的概率会连续刷枪,注意连续刷枪可以不仅一次刷两把枪,每次连续刷枪概率均为`连续刷枪概率`
|
||||||
|
|
||||||
## 功能
|
## 功能
|
||||||
|
|
||||||
* 添加xhigh和max两档更高的刷枪频率
|
* 添加xhigh和max两档更高的刷枪频率
|
||||||
|
|||||||
Reference in New Issue
Block a user