Skip to content

Commit

Permalink
update README.md and bot_setting.json
Browse files Browse the repository at this point in the history
about stamina structure description
  • Loading branch information
smallbomb committed Sep 10, 2021
1 parent 9567b6f commit 3efce7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ ex:

"stamina": { // 回復道具 (option.)
"use": true, // 是否使用?
"count": 1, // 一次使用的數量
"priority": ["Cu", "Ag", "Au"] // 銅:Cu, 銀:Ag, 金:Au (可以只填一種 如: ["Ag"])
"priority": ["Cu:7", "Ag", "Au"] // 銅:Cu, 銀:Ag, 金:Au。 Cu:7表示一次使用7個銅錶,用':'符號來區隔數量。(預設數量1個) **一次只使用一種類型的錶,當優先度高的用完才會換優先度低的錶
},

"orb": { // orb skills (option.)
Expand Down Expand Up @@ -152,7 +151,6 @@ ex:
"crea_stop": true,
"stamina": {
"use": true,
"count": 1,
"priority": ["Au"]
},
"wave": {
Expand Down
4 changes: 1 addition & 3 deletions bot_setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
},
"stamina": {
"use": true,
"count": 1,
"priority": ["Cu", "Ag", "Au"]
"priority": ["Cu:7", "Ag", "Au"]
},
"orb": {
"orb_name": "ゆゆ式",
Expand Down Expand Up @@ -66,7 +65,6 @@
"crea_stop": true,
"stamina": {
"use": true,
"count": 1,
"priority": ["Au"]
},
"wave": {
Expand Down

0 comments on commit 3efce7c

Please sign in to comment.