| Line 77: |
Line 77: |
| | status_repair = {image = 'Battle Card Status Repair.png', top = 0, left = 0, width = 160, height = 40}, | | status_repair = {image = 'Battle Card Status Repair.png', top = 0, left = 0, width = 160, height = 40}, |
| | status_retreat = {image = 'Battle Card Status Retreat.png', top = 0, left = 0, width = 160, height = 40}, | | status_retreat = {image = 'Battle Card Status Retreat.png', top = 0, left = 0, width = 160, height = 40}, |
| − | status_sea_colored_ribbon = {image = 'Battle Card Sea-colored Ribbon.png', top = 0, left = 142, width = 160, height = 40},--position not datamined | + | status_sea_colored_ribbon = {image = 'Battle Card Sea-colored Ribbon.png', top = 0, left = 142, height = 40},--position not datamined. Asset cropped to fit properly. |
| | status_sunk = {image = 'Battle Card Status Sunk.png', top = 0, left = 0, width = 160, height = 40}, | | status_sunk = {image = 'Battle Card Status Sunk.png', top = 0, left = 0, width = 160, height = 40}, |
| | status_sunk_installation = {image = 'Battle Card Status Sunk Installation.png', top = 0, left = 0, width = 160, height = 40}, | | status_sunk_installation = {image = 'Battle Card Status Sunk Installation.png', top = 0, left = 0, width = 160, height = 40}, |
| − | status_white_tasuki = {image = 'Battle Card White Tasuki.png', top = 0, left = 142, width = 160, height = 40},--position not datamined | + | status_white_tasuki = {image = 'Battle Card White Tasuki.png', top = 0, left = 142, height = 40},--position not datamined. Asset cropped to fit properly. |
| | takoyaki = {image = 'Hell plane 2.png', top = 5, left = 50, width = 30}, | | takoyaki = {image = 'Hell plane 2.png', top = 5, left = 50, width = 30}, |
| | } | | } |
| Line 146: |
Line 146: |
| | args.link = link | | args.link = link |
| | local image = Formatting:format_image(args) | | local image = Formatting:format_image(args) |
| | + | if args.no_layers then |
| | + | return image |
| | + | end |
| | local ship_layers = ship:battle_card_layers() | | local ship_layers = ship:battle_card_layers() |
| | if ship_layers or args.flagship or args.layers or args.grayscale then | | if ship_layers or args.flagship or args.layers or args.grayscale then |