Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新1280配置 #140

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added configs/1280x720/boss/活动/黑龙/中级.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added configs/1280x720/boss/活动/黑龙/超级.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added configs/1280x720/boss/活动/黑龙/高级+.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added configs/1280x720/boss/活动/黑龙/高级.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 122 additions & 2 deletions configs/1280x720/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,38 @@
"party": "",
"enabled": true
}
},
"黑龙": {
"地狱级": {
"name": "黑龙 - 地狱级",
"set": "",
"party": "",
"enabled": true
},
"超级": {
"name": "黑龙 - 超级",
"set": "",
"party": "",
"enabled": true
},
"高级+": {
"name": "黑龙 - 高级+",
"set": "",
"party": "",
"enabled": true
},
"高级": {
"name": "黑龙 - 高级",
"set": "",
"party": "",
"enabled": true
},
"中级": {
"name": "黑龙 - 中级",
"set": "",
"party": "",
"enabled": true
}
}
}
},
Expand Down Expand Up @@ -4804,7 +4836,11 @@
"actions": [
{
"name": "state",
"args": ["set", "当前铃铛", "$铃铛设置['噬星兽泰奥弗拉索斯']['地狱级']"]
"args": [
"set",
"当前铃铛",
"$铃铛设置['噬星兽泰奥弗拉索斯']['地狱级']"
]
},
{
"name": "changeTargets",
Expand Down Expand Up @@ -4836,7 +4872,11 @@
"actions": [
{
"name": "state",
"args": ["set", "当前铃铛", "$铃铛设置['噬星兽泰奥弗拉索斯']['高级+']"]
"args": [
"set",
"当前铃铛",
"$铃铛设置['噬星兽泰奥弗拉索斯']['高级+']"
]
},
{
"name": "changeTargets",
Expand Down Expand Up @@ -4877,6 +4917,86 @@
],
"text": "铃铛内容: 噬星兽泰奥弗拉索斯 - 中级"
},
{
"name": "黑龙 - 地狱级",
"path": "boss/活动/黑龙/地狱级.png",
"area": [0, 85, 70, 145],
"actions": [
{
"name": "state",
"args": ["set", "当前铃铛", "$铃铛设置['黑龙']['地狱级']"]
},
{
"name": "changeTargets",
"args": ["参加"]
}
],
"text": "铃铛内容: 黑龙 - 地狱级"
},
{
"name": "黑龙 - 超级",
"path": "boss/活动/黑龙/超级.png",
"area": [0, 85, 70, 145],
"actions": [
{
"name": "state",
"args": ["set", "当前铃铛", "$铃铛设置['黑龙']['超级']"]
},
{
"name": "changeTargets",
"args": ["参加"]
}
],
"text": "铃铛内容: 黑龙 - 超级"
},
{
"name": "黑龙 - 高级+",
"path": "boss/活动/黑龙/高级+.png",
"area": [0, 85, 70, 145],
"actions": [
{
"name": "state",
"args": ["set", "当前铃铛", "$铃铛设置['黑龙']['高级+']"]
},
{
"name": "changeTargets",
"args": ["参加"]
}
],
"text": "铃铛内容: 黑龙 - 高级+"
},
{
"name": "黑龙 - 高级",
"path": "boss/活动/黑龙/高级.png",
"area": [0, 85, 70, 145],
"actions": [
{
"name": "state",
"args": ["set", "当前铃铛", "$铃铛设置['黑龙']['高级']"]
},
{
"name": "changeTargets",
"args": ["参加"]
}
],
"text": "铃铛内容: 黑龙 - 高级"
},
{
"name": "黑龙 - 中级",
"path": "boss/活动/黑龙/中级.png",
"area": [0, 85, 70, 145],
"actions": [
{
"name": "state",
"args": ["set", "当前铃铛", "$铃铛设置['黑龙']['中级']"]
},
{
"name": "changeTargets",
"args": ["参加"]
}
],
"text": "铃铛内容: 黑龙 - 中级"
},
{
"name": "参加",
"path": "canjia.png",
Expand Down