Merge branch 'main' of https://github.com/FloatTech/zbpdata
1
.gitignore
vendored
@ -4,3 +4,4 @@ cache
|
||||
.DS_Store
|
||||
.vscode
|
||||
/[a-z]*
|
||||
!/Tarot
|
BIN
Control/zbpuwu.png
Normal file
After Width: | Height: | Size: 213 KiB |
BIN
Font/FOT-Yuruka Std.ttf
Normal file
BIN
Font/Torus-Regular.otf
Normal file
BIN
Font/arial.ttf
Normal file
BIN
Font/unifont-15.0.06.ttf
Normal file
BIN
McFish/ItemCSS.png
Normal file
After Width: | Height: | Size: 209 KiB |
201
McFish/articlesInfo.json
Normal file
@ -0,0 +1,201 @@
|
||||
{
|
||||
"分类": [
|
||||
{
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 30
|
||||
},
|
||||
{
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 4
|
||||
},
|
||||
{
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 1
|
||||
},
|
||||
{
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 25
|
||||
}
|
||||
],
|
||||
"物品": [
|
||||
{
|
||||
"名称": "木竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 70,
|
||||
"耐久上限": 30,
|
||||
"价格": 100
|
||||
},
|
||||
{
|
||||
"名称": "铁竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 20,
|
||||
"耐久上限": 50,
|
||||
"价格": 300
|
||||
},
|
||||
{
|
||||
"名称": "金竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 6,
|
||||
"耐久上限": 70,
|
||||
"价格": 700
|
||||
},
|
||||
{
|
||||
"名称": "钻石竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 3,
|
||||
"耐久上限": 100,
|
||||
"价格": 1500
|
||||
},
|
||||
{
|
||||
"名称": "下界合金竿",
|
||||
"类型": "pole",
|
||||
"概率[0-100)": 1,
|
||||
"耐久上限": 150,
|
||||
"价格": 3100
|
||||
},
|
||||
{
|
||||
"名称": "三叉戟",
|
||||
"类型": "pole",
|
||||
"耐久上限": 301,
|
||||
"价格": 4000
|
||||
},
|
||||
{
|
||||
"名称": "鳕鱼",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 69,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "鲑鱼",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 20,
|
||||
"价格": 50
|
||||
},
|
||||
{
|
||||
"名称": "热带鱼",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 6,
|
||||
"价格": 100
|
||||
},
|
||||
{
|
||||
"名称": "河豚",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 3,
|
||||
"价格": 300
|
||||
},
|
||||
{
|
||||
"名称": "鹦鹉螺",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 1,
|
||||
"价格": 500
|
||||
},
|
||||
{
|
||||
"名称": "墨鱼",
|
||||
"类型": "fish",
|
||||
"概率[0-100)": 1,
|
||||
"价格": 500
|
||||
},
|
||||
{
|
||||
"名称": "海草",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "木棍",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "帽子",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "鞋子",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "瓶子",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "绊线钩",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "骨头",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "皮革",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "腐肉",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "碗",
|
||||
"类型": "waste",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 10
|
||||
},
|
||||
{
|
||||
"名称": "诱钓",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 25,
|
||||
"价格": 1000
|
||||
},
|
||||
{
|
||||
"名称": "海之眷顾",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 10,
|
||||
"价格": 2500
|
||||
},
|
||||
{
|
||||
"名称": "海豚",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 19,
|
||||
"价格": 1000
|
||||
},
|
||||
{
|
||||
"名称": "宝藏诅咒",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 25
|
||||
},
|
||||
{
|
||||
"名称": "净化书",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 19,
|
||||
"价格": 5000
|
||||
},
|
||||
{
|
||||
"名称": "唱片",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 1,
|
||||
"价格": 3000
|
||||
},
|
||||
{
|
||||
"名称": "美西螈",
|
||||
"类型": "treasure",
|
||||
"概率[0-100)": 1,
|
||||
"耐久上限": 999,
|
||||
"价格": 3000
|
||||
}
|
||||
]
|
||||
}
|
BIN
McFish/book.png
Normal file
After Width: | Height: | Size: 4.8 MiB |
BIN
McFish/三叉戟.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
McFish/下界合金竿.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
McFish/唱片.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
McFish/墨鱼.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
McFish/帽子.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
McFish/木棍.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
McFish/木竿.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
McFish/河豚.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
McFish/海草.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
McFish/海豚.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
McFish/热带鱼.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
McFish/瓶子.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
McFish/皮革.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
McFish/碗.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
McFish/绊线钩.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
McFish/美西螈.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
McFish/腐肉.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
McFish/金竿.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
McFish/钻石竿.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
McFish/铁竿.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
McFish/鞋子.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
McFish/骨头.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
McFish/鲑鱼.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
McFish/鳕鱼.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
McFish/鹦鹉螺.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
Poker/10club.jpg
Normal file
After Width: | Height: | Size: 203 KiB |
BIN
Poker/10diamond.jpg
Normal file
After Width: | Height: | Size: 211 KiB |
BIN
Poker/10heart.jpg
Normal file
After Width: | Height: | Size: 202 KiB |
BIN
Poker/10spade.jpg
Normal file
After Width: | Height: | Size: 230 KiB |
BIN
Poker/2club.jpg
Normal file
After Width: | Height: | Size: 141 KiB |
BIN
Poker/2diamond.jpg
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
Poker/2heart.jpg
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
Poker/2spade.jpg
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
Poker/3club.jpg
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
Poker/3diamond.jpg
Normal file
After Width: | Height: | Size: 171 KiB |
BIN
Poker/3heart.jpg
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
Poker/3spade.jpg
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
Poker/4club.jpg
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
Poker/4diamond.jpg
Normal file
After Width: | Height: | Size: 176 KiB |
BIN
Poker/4heart.jpg
Normal file
After Width: | Height: | Size: 159 KiB |
BIN
Poker/4spade.jpg
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
Poker/5club.jpg
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
Poker/5diamond.jpg
Normal file
After Width: | Height: | Size: 182 KiB |
BIN
Poker/5heart.jpg
Normal file
After Width: | Height: | Size: 167 KiB |
BIN
Poker/5spade.jpg
Normal file
After Width: | Height: | Size: 171 KiB |
BIN
Poker/6club.jpg
Normal file
After Width: | Height: | Size: 172 KiB |
BIN
Poker/6diamond.jpg
Normal file
After Width: | Height: | Size: 186 KiB |
BIN
Poker/6heart.jpg
Normal file
After Width: | Height: | Size: 173 KiB |
BIN
Poker/6spade.jpg
Normal file
After Width: | Height: | Size: 181 KiB |
BIN
Poker/7club.jpg
Normal file
After Width: | Height: | Size: 176 KiB |
BIN
Poker/7diamond.jpg
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
Poker/7heart.jpg
Normal file
After Width: | Height: | Size: 177 KiB |
BIN
Poker/7spade.jpg
Normal file
After Width: | Height: | Size: 189 KiB |
BIN
Poker/8club.jpg
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
Poker/8diamond.jpg
Normal file
After Width: | Height: | Size: 200 KiB |
BIN
Poker/8heart.jpg
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
Poker/8spade.jpg
Normal file
After Width: | Height: | Size: 207 KiB |
BIN
Poker/9club.jpg
Normal file
After Width: | Height: | Size: 193 KiB |
BIN
Poker/9diamond.jpg
Normal file
After Width: | Height: | Size: 203 KiB |
BIN
Poker/9heart.jpg
Normal file
After Width: | Height: | Size: 192 KiB |
BIN
Poker/9spade.jpg
Normal file
After Width: | Height: | Size: 216 KiB |
BIN
Poker/Aclub.jpg
Normal file
After Width: | Height: | Size: 468 KiB |
BIN
Poker/Adiamond.jpg
Normal file
After Width: | Height: | Size: 465 KiB |
BIN
Poker/Aheart.jpg
Normal file
After Width: | Height: | Size: 465 KiB |
BIN
Poker/Aspade.jpg
Normal file
After Width: | Height: | Size: 467 KiB |
BIN
Poker/Jclub.jpg
Normal file
After Width: | Height: | Size: 192 KiB |
BIN
Poker/Jdiamond.jpg
Normal file
After Width: | Height: | Size: 184 KiB |
BIN
Poker/Jheart.jpg
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
Poker/Jspade.jpg
Normal file
After Width: | Height: | Size: 189 KiB |
BIN
Poker/Kclub.jpg
Normal file
After Width: | Height: | Size: 165 KiB |
BIN
Poker/Kdiamond.jpg
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
Poker/Kheart.jpg
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
Poker/Kspade.jpg
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
Poker/Lynette.jpg
Normal file
After Width: | Height: | Size: 343 KiB |
BIN
Poker/Lyney.jpg
Normal file
After Width: | Height: | Size: 393 KiB |
BIN
Poker/Qclub.jpg
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
Poker/Qdiamond.jpg
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
Poker/Qheart.jpg
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
Poker/Qspade.jpg
Normal file
After Width: | Height: | Size: 144 KiB |
56
Poker/imgdata.json
Normal file
@ -0,0 +1,56 @@
|
||||
[
|
||||
"10club.jpg",
|
||||
"10diamond.jpg",
|
||||
"10heart.jpg",
|
||||
"10spade.jpg",
|
||||
"2club.jpg",
|
||||
"2diamond.jpg",
|
||||
"2heart.jpg",
|
||||
"2spade.jpg",
|
||||
"3club.jpg",
|
||||
"3diamond.jpg",
|
||||
"3heart.jpg",
|
||||
"3spade.jpg",
|
||||
"4club.jpg",
|
||||
"4diamond.jpg",
|
||||
"4heart.jpg",
|
||||
"4spade.jpg",
|
||||
"5club.jpg",
|
||||
"5diamond.jpg",
|
||||
"5heart.jpg",
|
||||
"5spade.jpg",
|
||||
"6club.jpg",
|
||||
"6diamond.jpg",
|
||||
"6heart.jpg",
|
||||
"6spade.jpg",
|
||||
"7club.jpg",
|
||||
"7diamond.jpg",
|
||||
"7heart.jpg",
|
||||
"7spade.jpg",
|
||||
"8club.jpg",
|
||||
"8diamond.jpg",
|
||||
"8heart.jpg",
|
||||
"8spade.jpg",
|
||||
"9club.jpg",
|
||||
"9diamond.jpg",
|
||||
"9heart.jpg",
|
||||
"9spade.jpg",
|
||||
"Aclub.jpg",
|
||||
"Adiamond.jpg",
|
||||
"Aheart.jpg",
|
||||
"Aspade.jpg",
|
||||
"Jclub.jpg",
|
||||
"Jdiamond.jpg",
|
||||
"Jheart.jpg",
|
||||
"Jspade.jpg",
|
||||
"Kclub.jpg",
|
||||
"Kdiamond.jpg",
|
||||
"Kheart.jpg",
|
||||
"Kspade.jpg",
|
||||
"Lynette.jpg",
|
||||
"Lyney.jpg",
|
||||
"Qclub.jpg",
|
||||
"Qdiamond.jpg",
|
||||
"Qheart.jpg",
|
||||
"Qspade.jpg"
|
||||
]
|
BIN
Tarot/MajorArcana/0.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
Tarot/MajorArcana/1.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
Tarot/MajorArcana/10.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
Tarot/MajorArcana/11.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
Tarot/MajorArcana/12.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
Tarot/MajorArcana/13.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
Tarot/MajorArcana/14.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
Tarot/MajorArcana/15.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
Tarot/MajorArcana/16.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
Tarot/MajorArcana/17.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
Tarot/MajorArcana/18.png
Normal file
After Width: | Height: | Size: 1.4 MiB |