892
edits
m (actually this is not reliable due to ieee754 so let's format with gsheets) |
m (whoos csv) |
||
Line 75: | Line 75: | ||
end | end | ||
table.insert(rowTxt, tostring(hasSpecialAttack)) | table.insert(rowTxt, tostring(hasSpecialAttack)) | ||
table.insert(rowTxt, table.concat(spAtks, | table.insert(rowTxt, table.concat(spAtks, arraySeparatorInSheets)) | ||
table.insert(rowTxt, table.concat(spAtksChance, | table.insert(rowTxt, table.concat(spAtksChance, arraySeparatorInSheets)) | ||
table.insert(rowTxt, Monsters._getMonsterAR(monster)) | table.insert(rowTxt, Monsters._getMonsterAR(monster)) |
edits