Focalabyss / qb-fishing

GNU General Public License v3.0
9 stars 2 forks source link

Missing fish #2

Open Derpystepdad opened 11 months ago

Derpystepdad commented 11 months ago

You are missing a number of fish in the read me to be added to the item.lua and some of there respective images: Small mouth - missing both item.lua and image blue fish - missing from item.lua flounder - missing both item.lua and image mackerel - missing both item.lua and image dolphin - missing both item.lua and image Shark - missing both item.lua and image

cvgri commented 7 months ago
['smallmouth']                      = {['name'] = 'smallmouth',                 ['label'] = 'Küçük Levrek',             ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'smallmouth.png',           ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,    ['combinable'] = nil,   ['description'] = 'A Fish'},
['bluefish']                        = {['name'] = 'bluefish',                   ['label'] = 'Lüfer',                    ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'fishing-bluefish.png',     ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,    ['combinable'] = nil,   ['description'] = 'A Fish'},
['flounder']                        = {['name'] = 'flounder',                   ['label'] = 'Dere Balığı',              ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'fishing-flounder.png',     ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,    ['combinable'] = nil,   ['description'] = 'A Fish'},
['shark']                       = {['name'] = 'shark',                      ['label'] = 'Köpekbalığı',              ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'fishing-shark.png',        ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,    ['combinable'] = nil,   ['description'] = 'A Fish'},
['mackerel']                        = {['name'] = 'mackerel',                   ['label'] = 'Orkinos',                  ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'fishing-mackerel.png',     ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,    ['combinable'] = nil,   ['description'] = 'A Fish'},
['dolphin']                         = {['name'] = 'dolphin',                    ['label'] = 'Yunus',                    ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'fishing-dolphin.png',      ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,    ['combinable'] = nil,   ['description'] = 'A Fish'},