「モジュール:TAMNAMS」の版間の差分

Furcht968 (トーク | 投稿記録)
編集の要約なし
Furcht968 (トーク | 投稿記録)
編集の要約なし
 
(同じ利用者による、間の3版が非表示)
85行目: 85行目:
-- Lookup table for tamnams names within the range of 6-10 steps
-- Lookup table for tamnams names within the range of 6-10 steps
p.mos_names = {
p.mos_names = {
["1L 1s"] = "monowood",
["1L 1s"] = "Monowood",
["2L 2s"] = "biwood",
["2L 2s"] = "Biwood",
["1L 5s"] = "antimachinoid",
["1L 5s"] = "Antimachinoid",
["2L 4s"] = "malic",
["2L 4s"] = "Malic",
["3L 3s"] = "triwood",
["3L 3s"] = "Triwood",
["4L 2s"] = "citric",
["4L 2s"] = "Citric",
["5L 1s"] = "machinoid",
["5L 1s"] = "Machinoid",
["1L 6s"] = "onyx",
["1L 6s"] = "Onyx",
["2L 5s"] = "antidiatonic",
["2L 5s"] = "Antidiatonic",
["3L 4s"] = "mosh",
["3L 4s"] = "Mosh",
["4L 3s"] = "smitonic",
["4L 3s"] = "Smitonic",
["5L 2s"] = "diatonic",
["5L 2s"] = "Diatonic",
["6L 1s"] = "archaeotonic",
["6L 1s"] = "Archaeotonic",
["1L 7s"] = "antipine",
["1L 7s"] = "Antipine",
["2L 6s"] = "subaric",
["2L 6s"] = "Subaric",
["3L 5s"] = "checkertonic",
["3L 5s"] = "Checkertonic",
["4L 4s"] = "tetrawood",
["4L 4s"] = "Tetrawood",
["5L 3s"] = "oneirotonic",
["5L 3s"] = "Oneirotonic",
["6L 2s"] = "ekic",
["6L 2s"] = "Ekic",
["7L 1s"] = "pine",
["7L 1s"] = "Pine",
["1L 8s"] = "antisubneutralic",
["1L 8s"] = "Antisubneutralic",
["2L 7s"] = "balzano",
["2L 7s"] = "Balzano",
["3L 6s"] = "tcherepnin",
["3L 6s"] = "Tcherepnin",
["4L 5s"] = "gramitonic",
["4L 5s"] = "Gramitonic",
["5L 4s"] = "semiquartal",
["5L 4s"] = "Semiquartal",
["6L 3s"] = "hyrulic",
["6L 3s"] = "Hyrulic",
["7L 2s"] = "armotonic",
["7L 2s"] = "Armotonic",
["8L 1s"] = "subneutralic",
["8L 1s"] = "Subneutralic",
["1L 9s"] = "antisinatonic",
["1L 9s"] = "Antisinatonic",
["2L 8s"] = "jaric",
["2L 8s"] = "Jaric",
["3L 7s"] = "sephiroid",
["3L 7s"] = "Sephiroid",
["4L 6s"] = "lime",
["4L 6s"] = "Lime",
["5L 5s"] = "pentawood",
["5L 5s"] = "Pentawood",
["6L 4s"] = "lemon",
["6L 4s"] = "Lemon",
["7L 3s"] = "dicoid",
["7L 3s"] = "Dicoid",
["8L 2s"] = "taric",
["8L 2s"] = "Taric",
["9L 1s"] = "sinatonic"
["9L 1s"] = "Sinatonic"
}
}


997行目: 997行目:
-- Decode the quality
-- Decode the quality
local quality = p.decode_quality(interval, input_mos, abbrev_format)
local quality = p.decode_quality_japanese(interval, input_mos, abbrev_format)


return string.format("%s%d度", quality, step_count)
return string.format("%s%d度", quality, step_count)
1,009行目: 1,009行目:
-- Decode the quality
-- Decode the quality
local quality = p.decode_quality(interval, input_mos)
local quality = p.decode_quality_japanese(interval, input_mos)
return string.format("%s%d度", quality, step_count)
return string.format("%s%d度", quality, step_count)
end
end