From 5941ec610845e892faaa3a6f5ea1dff89431c0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E6=80=9D=E6=BD=8B?= <55676105+shudorcl@users.noreply.github.com> Date: Sun, 19 Jun 2022 00:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A1=94=E7=BD=97=E7=89=8C?= =?UTF-8?q?=E9=98=B5=E6=95=B0=E6=8D=AE=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 上传tarot.json * 添加塔罗牌阵 --- Tarot/formation.json | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Tarot/formation.json diff --git a/Tarot/formation.json b/Tarot/formation.json new file mode 100644 index 0000000..530033c --- /dev/null +++ b/Tarot/formation.json @@ -0,0 +1,51 @@ +{ + "圣三角": { + "cards_num": 3, + "is_cut": false, + "represent": [ + ["现状", "愿望", "行动"] + ] + }, + "时间之流": { + "cards_num": 3, + "is_cut": true, + "represent": [ + ["过去", "现在", "未来", "问卜者的主观想法"] + ] + }, + "四要素": { + "cards_num": 4, + "is_cut": false, + "represent": [ + ["火,象征行动,行动上的建议", "气,象征言语,言语上的对策", "水,象征感情,感情上的态度", "土,象征物质,物质上的准备"] + ] + }, + "五牌阵": { + "cards_num": 5, + "is_cut": true, + "represent": [ + ["现在或主要问题", "过去的影响", "未来", "主要原因", "行动可能带来的结果"] + ] + }, + "吉普赛十字": { + "cards_num": 5, + "is_cut": false, + "represent": [ + ["对方的想法", "你的想法", "相处中存在的问题", "二人目前的环境", "关系发展的结果"] + ] + }, + "马蹄": { + "cards_num": 6, + "is_cut": true, + "represent": [ + ["现状", "可预知的情况", "不可预知的情况", "即将发生的", "结果", "问卜者的主观想法"] + ] + }, + "六芒星": { + "cards_num": 7, + "is_cut": true, + "represent": [ + ["过去", "现在", "未来", "对策", "环境", "态度", "预测结果"] + ] + } +} \ No newline at end of file