-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathequipment.json
18 lines (18 loc) · 1.03 KB
/
equipment.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"fishEq": {
"fishRods": {
"1":{"name": "Lillian Butterfly", "quality": 0.25, "price": 100, "rc": 0.05, "ef": 0, "efc": 0, "wc": 0.05},
"2":{"name": "Azule Etoi", "quality": 0.25, "price": 100, "rc": 0, "ef": 1, "efc": -1.25, "wc": 0.01},
"3":{"name": "Melo II", "quality": 0.25, "price": 100, "rc": 0.02, "ef": 2, "efc": -0.5, "wc": 0}
}, "boats": {
"1":{"name": "Rickety Rowboat", "dur": 30, "price": 300, "cooldown":20},
"2":{"name": "Dubious Dinghy", "dur": 60, "price": 5000, "cooldown": 30},
"3":{"name": "Stylish Speedboat", "dur": 120, "price": 50000, "cooldown":45}
}
},
"aquariums": {
"1": {"name": "Fish Bowl", "size": 1, "price": 100, "contents": {}, "passiveVal": 0, "lastChecked": 0},
"2": {"name": "Small Tank", "size": 8, "price": 2500, "contents": {}, "passiveVal": 0, "lastChecked": 0},
"3": {"name": "Large Tank", "size": 40, "price": 40000, "contents": {}, "passiveVal": 0, "lastChecked": 0}
}
}