Line 13: |
Line 13: |
| | | |
| function shipmodule.KanmusuInfo(frame) -- Kanmusu Info Template | | function shipmodule.KanmusuInfo(frame) -- Kanmusu Info Template |
− | local shipNum = getIDNum(frame) | + | local shipNum = shipmodule.getIDNum(frame) |
| | | |
| local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") | | local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") |
Line 28: |
Line 28: |
| | | |
| function shipmodule.makeStatBox(frame) | | function shipmodule.makeStatBox(frame) |
− | local shipNum = getIDNum(frame) | + | local shipNum = shipmodule.getIDNum(frame) |
| | | |
| local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") | | local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") |
Line 169: |
Line 169: |
| | | |
| function shipmodule.EquipmentBox(frame) | | function shipmodule.EquipmentBox(frame) |
− | local shipNum = getIDNum(frame) | + | local shipNum = shipmodule.getIDNum(frame) |
| | | |
| local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") | | local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") |
Line 243: |
Line 243: |
| | | |
| function shipmodule.ModernizationBox(frame) | | function shipmodule.ModernizationBox(frame) |
− | local shipNum = getIDNum(frame) | + | local shipNum = shipmodule.getIDNum(frame) |
| | | |
| local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") | | local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") |