Mass commit
This commit is contained in:
@@ -34,35 +34,35 @@ let fishingLocations = [
|
||||
[
|
||||
// GTA IV
|
||||
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
let fishingCatchables = [
|
||||
// Fish
|
||||
["Salmon", 0, 500, 1, 15],
|
||||
["Tuna", 0, 700, 1, 15],
|
||||
["Crab", 0, 200, 1, 5],
|
||||
["Trout", 0, 250, 1, 15],
|
||||
["Sea Bass", 0, 550, 1, 8],
|
||||
["Shark", 0, 150, 1, 15],
|
||||
["Turtle", 0, 50, 1, 25],
|
||||
["Manta Ray", 0, 250, 1, 25],
|
||||
["Cat Fish", 0, 350, 1, 5],
|
||||
["Blue Marlin", 0, 450, 1, 5],
|
||||
["Salmon", 0, 500, 1, 15],
|
||||
["Tuna", 0, 700, 1, 15],
|
||||
["Crab", 0, 200, 1, 5],
|
||||
["Trout", 0, 250, 1, 15],
|
||||
["Sea Bass", 0, 550, 1, 8],
|
||||
["Shark", 0, 150, 1, 15],
|
||||
["Turtle", 0, 50, 1, 25],
|
||||
["Manta Ray", 0, 250, 1, 25],
|
||||
["Cat Fish", 0, 350, 1, 5],
|
||||
["Blue Marlin", 0, 450, 1, 5],
|
||||
|
||||
// Junk
|
||||
["Can", 0, 0, 0, 0],
|
||||
["Pants", 0, 0, 0, 0],
|
||||
["Shoes", 0, 0, 0, 0],
|
||||
["Garbage", 0, 0, 0, 0],
|
||||
["Baby Diaper", 0, 0, 0, 0],
|
||||
["Tire", 0, 0, 0, 0],
|
||||
["Car Battery", 0, 0, 0, 0],
|
||||
["Horse Hoove", 0, 0, 0, 0],
|
||||
["Log", 0, 0, 0, 0],
|
||||
["Soggy Dildo", 0, 0, 0, 0],
|
||||
["Can", 0, 0, 0, 0],
|
||||
["Pants", 0, 0, 0, 0],
|
||||
["Shoes", 0, 0, 0, 0],
|
||||
["Garbage", 0, 0, 0, 0],
|
||||
["Baby Diaper", 0, 0, 0, 0],
|
||||
["Tire", 0, 0, 0, 0],
|
||||
["Car Battery", 0, 0, 0, 0],
|
||||
["Horse Hoove", 0, 0, 0, 0],
|
||||
["Log", 0, 0, 0, 0],
|
||||
["Soggy Dildo", 0, 0, 0, 0],
|
||||
];
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user