| Line 36: |
Line 36: |
| | getShipCard(id), | | getShipCard(id), |
| | data.api_ship_lv[i], | | data.api_ship_lv[i], |
| − | data.api_Slot[i][1] > 0 and ('|' .. getEquipmentCard(data.api_Slot[i][1])) or '|style="background:grey;width:100px"||', | + | data.api_Slot[i][1] > 0 and ('|' .. getEquipmentCard(data.api_Slot[i][1])) or '||style="background:grey;width:100px"|', |
| − | data.api_Slot[i][2] > 0 and ('|' .. getEquipmentCard(data.api_Slot[i][2])) or '|style="background:grey;width:100px"||', | + | data.api_Slot[i][2] > 0 and ('|' .. getEquipmentCard(data.api_Slot[i][2])) or '||style="background:grey;width:100px"|', |
| − | data.api_Slot[i][3] > 0 and ('|' .. getEquipmentCard(data.api_Slot[i][3])) or '|style="background:grey;width:100px"||', | + | data.api_Slot[i][3] > 0 and ('|' .. getEquipmentCard(data.api_Slot[i][3])) or '||style="background:grey;width:100px"|', |
| − | data.api_Slot[i][4] > 0 and ('|' .. getEquipmentCard(data.api_Slot[i][4])) or '|style="background:grey;width:100px"||', | + | data.api_Slot[i][4] > 0 and ('|' .. getEquipmentCard(data.api_Slot[i][4])) or '||style="background:grey;width:100px"|', |
| | -- data.api_nowhps[i], | | -- data.api_nowhps[i], |
| | data.api_maxhps[i], | | data.api_maxhps[i], |