package
0.0.0-20240512124903-7d8de2a46146
Repository: https://github.com/cutereimu/tfcc-bot-go.git
Documentation: pkg.go.dev

# README

查询TFCC分数表的功能

想要启用TFCC分数表的功能,请在运行程序之前在assets/下增加score.yaml。如果没有这个文件,则不启用查询分数表的功能。

文件格式如下:

"6":  # 作品
  - work: "6"         # 作品
    rank: Lunatic     # 难度
    route: ""         # 路线(永夜抄6A或者6B)
    character: Reimu  # 机体
    ctype: A          # 子机
    allspell: false   # 是否是全卡
    jf: 10.26         # 分数
  - work: "6"
    rank: Lunatic
    route: ""
    character: Reimu
    ctype: A
    allspell: false
    jf: 10.26
"7":
  - work: "7"
    rank: Lunatic
    route: ""
    character: Reimu
    ctype: A
    allspell: false
    jf: 10.17

rank 难度枚举(如果这一作分数表不区分难度则为空)

枚举备注
Easy
Normal
Hard
Lunatic
Extra妖妖梦PH和EX使用同一套分数表,所以都用Extra

character 机体枚举

枚举含义备注
Reimu灵梦
Marisa魔理沙
Sakuya咲夜
Sanae早苗
Youmu妖梦
RY结界组仅在永夜抄中有
MA咏唱组仅在永夜抄中有
SR红魔组仅在永夜抄中有
YY幽冥组仅在永夜抄中有
Yukari仅在永夜抄中有
Alice爱丽丝仅在永夜抄中有
Remilia蕾米莉亚仅在永夜抄中有
Yuyuko幽幽子仅在永夜抄中有
Reisen灵仙仅在绀珠传中有
Cirno琪露诺仅在天空璋中有。大战争为空
Aya射命丸文仅在天空璋中有

ctype 子机枚举

枚举含义作品
Spring天空璋
Summer天空璋
Autumn天空璋
Winter天空璋
Wolf鬼形兽
Otter鬼形兽
Eagle鬼形兽

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author