Module:Arcana/data
跳到导航
跳到搜索
local arcanas = { ['0'] = { arc = '0. The Fool', arczh = '愚者', }, ['0g'] = { arc = 'Hunger', arczh = '欲望', }, ['1'] = { arc = 'I. The Magician', arczh = '魔术师', }, ['1r'] = { arc = '1. The Consultant', arczh = '顾问官', }, ['2'] = { arc = 'II. The Priestess', arczh = '女教皇', }, ['3'] = { arc = 'III. The Empress', arczh = '女皇', }, ['4'] = { arc = 'IV. The Emperor', arczh = '皇帝', }, ['5'] = { arc = 'V. The Hierophant', arczh = '教皇', }, ['5sc'] = { arc = 'V. The Priest', arczh = '神官', }, ['6'] = { arc = 'VI. The Lovers', arczh = '恋爱', }, ['7'] = { arc = 'VII. The Chariot', arczh = '战车', }, ['8'] = { arc = 'XI. Justice', arczh = '正义', }, ['8s'] = { arc = 'VIII. Strength', arczh = '力量', }, ['9'] = { arc = 'IX. The Hermit', arczh = '隐士', }, ['10'] = { arc = 'X. Wheel of Fortune', arczh = '命运之轮', }, ['11'] = { arc = 'XI. Strength', arczh = '力量', }, ['11s'] = { arc = 'XI. Justice', arczh = '正义', }, ['12'] = { arc = 'XII. The Hanged Man', arczh = '倒悬者', }, ['13'] = { arc = 'XIII. Death', arczh = '死神', }, ['14'] = { arc = 'XIV. Temperance', arczh = '节制', }, ['15'] = { arc = 'XV. The Devil', arczh = '恶魔', }, ['16'] = { arc = 'XVI. The Tower', arczh = '塔', }, ['17'] = { arc = 'XVII. The Star', arczh = '星星', }, ['18'] = { arc = 'XVIII. The Moon', arczh = '月亮', }, ['19'] = { arc = 'XIX. The Sun', arczh = '太阳', }, ['20'] = { arc = 'XX. Judgement', arczh = '审判', }, ['20s'] = { arc = 'XX. The Aeon', arczh = '永劫', }, ['20r'] = { arc = 'Faith', arczh = '信念', }, ['20sc'] = { arc = 'Hope', arczh = '希望', }, ['21'] = { arc = 'XXI. The World', arczh = '世界', }, ['21f'] = { arc = 'XXI. The Universe', arczh = '宇宙', }, ['unknown'] = { arc = ' ? ', arczh = ' ? ', code = ' ? ', }, } local aliases = { [""] = "", -- 阿爾卡那的其他可能鍵入方式。 ["愚者"] = "0", ["愚人"] = "0", ["Fool"] = "0", ["The Fool"] = "0", ["小丑"] = "0g", ["道化師"] = "0g", ["道化师"] = "0g", ["慾望"] = "0g", ["欲望"] = "0g", ["Jester"] = "0g", ["The Jester"] = "0g", ["Hunger"] = "0g", ["魔術師"] = "1", ["魔术师"] = "1", ["Magician"] = "1", ["The Magician"] = "1", ["I"] = "1", ["顧問官"] = "1r", ["顾问官"] = "1r", ["顧問"] = "1r", ["顾问"] = "1r", ["Consultant"] = "1r", ["The Consultant"] = "1r", ["女教皇"] = "2", ["Priestess"] = "2", ["The Priestess"] = "2", ["II"] = "2", ["女帝"] = "3", ["女皇"] = "3", ["Empress"] = "3", ["The Empress"] = "3", ["III"] = "3", ["皇帝"] = "4", ["Emperor"] = "4", ["The Emperor"] = "4", ["IV"] = "4", ["教皇"] = "5", ["法王"] = "5", ["Hierophant"] = "5", ["The Hierophant"] = "5", ["V"] = "5", ["神官"] = "5sc", ["Priest"] = "5sc", ["The Priest"] = "5sc", ["戀人"] = "6", ["恋人"] = "6", ["戀愛"] = "6", ["恋愛"] = "6", ["恋爱"] = "6", ["Lovers"] = "6", ["The Lovers"] = "6", ["VI"] = "6", ["戰車"] = "7", ["戦車"] = "7", ["战车"] = "7", ["Chariot"] = "7", ["The Chariot"] = "7", ["VII"] = "7", ["正義"] = "8", ["正义"] = "8", ["Justice"] = "8", ["VIII"] = "8", ["隱者"] = "9", ["隠者"] = "9", ["隐者"] = "9", ["隱士"] = "9", ["隠士"] = "9", ["隐士"] = "9", ["Hermit"] = "9", ["The Hermit"] = "9", ["IX"] = "9", ["命運之輪"] = "10", ["命运之轮"] = "10", ["命運"] = "10", ["命运"] = "10", ["運命"] = "10", ["Fortune"] = "10", ["Wheel of Fortune"] = "10", ["X"] = "10", ["剛毅"] = "11", ["刚毅"] = "11", ["力量"] = "11", ["Strength"] = "11", ["XI"] = "11", ["倒懸者"] = "12", ["倒悬者"] = "12", ["倒吊者"] = "12", ["倒吊人"] = "12", ["刑死者"] = "12", ["Hanged"] = "12", ["The Hanged"] = "12", ["Hanged Man"] = "12", ["The Hanged Man"] = "12", ["XII"] = "12", ["死神"] = "13", ["死亡"] = "13", ["死者"] = "13", ["Death"] = "13", ["XIII"] = "13", ["節制"] = "14", ["节制"] = "14", ["Temperance"] = "14", ["XIV"] = "14", ["惡魔"] = "15", ["悪魔"] = "15", ["恶魔"] = "15", ["Devil"] = "15", ["The Devil"] = "15", ["XV"] = "15", ["塔"] = "16", ["Tower"] = "16", ["The Tower"] = "16", ["XVI"] = "16", ["星星"] = "17", ["星"] = "17", ["Star"] = "17", ["The Star"] = "17", ["XVII"] = "17", ["月"] = "18", ["月亮"] = "18", ["Moon"] = "18", ["The Moon"] = "18", ["XVIII"] = "18", ["太陽"] = "19", ["太阳"] = "19", ["Sun"] = "19", ["The Sun"] = "19", ["XIX"] = "19", ["審判"] = "20", ["审判"] = "20", ["Judgement"] = "20", ["審判"] = "20", ["XX"] = "20", ["永劫"] = "20s", ["Aeon"] = "20s", ["The Aeon"] = "20s", ["信念"] = "20r", ["Faith"] = "20r", ["希望"] = "20sc", ["Hope"] = "20sc", ["世界"] = "21", ["World"] = "21", ["The World"] = "21", ["XXI"] = "21", ["宇宙"] = "21f", ["寰宇"] = "21f", ["偉大的封印"] = "21f", ["伟大的封印"] = "21f", ["封印"] = "21f", ["Universe"] = "21f", ["The Universe"] = "21f", ["Seal"] = "21f", ["Great Seal"] = "21f", ["?"] = "unknown", ["-"] = "unknown", ["Unclassified"] = "unknown", ["None"] = "unknown", ["none"] = "unknown", ["Unknown"] = "unknown", } return { arcanas = arcanas, aliases = aliases, }