Files
MinFt/cfgData/tbaquariumegg.json
Liubing\LB 3d8d4d18f3 first commit
先修复一下,错误的场景

删除不必要的钓场资产

修复into场景

update:更新meta文件,修复报错

update:修复资源

修复第一章节建造

修复建造第三章

update:删除多余内容

update:更新README.md

update:还原图标

update:更新README

update:更新配置
2026-04-28 02:17:22 +08:00

194 lines
3.0 KiB
JSON

[
{
"ID": 1,
"Name": {
"key": "EggName_1",
"text": "小型鱼卵"
},
"Quality": 101,
"Weight": 30,
"Prefab": "aquarium_fishegg_green",
"Icon": "icon_aquarium_fishegg_green",
"HatchTime": [
0.5,
0.75
],
"BreakReward": 1002,
"HatchFishQuality": [
1,
2
],
"HatchFishQualityProb": [
75,
25
],
"HatchFishQuantity": [
4,
5,
6
],
"HatchFishQuantityProb": [
40,
40,
20
]
},
{
"ID": 2,
"Name": {
"key": "EggName_2",
"text": "中型鱼卵"
},
"Quality": 101,
"Weight": 25,
"Prefab": "aquarium_fishegg_blue",
"Icon": "icon_aquarium_fishegg_blue",
"HatchTime": [
0.75,
1.125
],
"BreakReward": 1002,
"HatchFishQuality": [
1,
2,
3
],
"HatchFishQualityProb": [
40,
45,
15
],
"HatchFishQuantity": [
3,
4,
5
],
"HatchFishQuantityProb": [
35,
45,
20
]
},
{
"ID": 3,
"Name": {
"key": "EggName_3",
"text": "大型鱼卵"
},
"Quality": 101,
"Weight": 22.5,
"Prefab": "aquarium_fishegg_purple",
"Icon": "icon_aquarium_fishegg_purple",
"HatchTime": [
1,
1.5
],
"BreakReward": 1002,
"HatchFishQuality": [
2,
3,
4
],
"HatchFishQualityProb": [
30,
40,
30
],
"HatchFishQuantity": [
2,
3
],
"HatchFishQuantityProb": [
70,
30
]
},
{
"ID": 4,
"Name": {
"key": "EggName_4",
"text": "巨型鱼卵"
},
"Quality": 101,
"Weight": 12.5,
"Prefab": "aquarium_fishegg_orange",
"Icon": "icon_aquarium_fishegg_orange",
"HatchTime": [
1.5,
2
],
"BreakReward": 1002,
"HatchFishQuality": [
4,
5
],
"HatchFishQualityProb": [
70,
30
],
"HatchFishQuantity": [
1,
2
],
"HatchFishQuantityProb": [
70,
30
]
},
{
"ID": 5,
"Name": {
"key": "EggName_5",
"text": "鱼王卵"
},
"Quality": 101,
"Weight": 7.5,
"Prefab": "aquarium_fishegg_red",
"Icon": "icon_aquarium_fishegg_red",
"HatchTime": [
2,
2.5
],
"BreakReward": 1002,
"HatchFishQuality": [
5
],
"HatchFishQualityProb": [
100
],
"HatchFishQuantity": [
1
],
"HatchFishQuantityProb": [
100
]
},
{
"ID": 6,
"Name": {
"key": "EggName_6",
"text": "神秘鱼卵"
},
"Quality": 101,
"Weight": 2.5,
"Prefab": "aquarium_fishegg_color",
"Icon": "icon_aquarium_fishegg_color",
"HatchTime": [
3,
3.75
],
"BreakReward": 1002,
"HatchFishQuality": [
6
],
"HatchFishQualityProb": [
100
],
"HatchFishQuantity": [
1
],
"HatchFishQuantityProb": [
100
]
}
]