diff --git a/app/components/pixel/DeityPanel.vue b/app/components/pixel/DeityPanel.vue new file mode 100644 index 0000000..989c431 --- /dev/null +++ b/app/components/pixel/DeityPanel.vue @@ -0,0 +1,215 @@ + + + diff --git a/app/components/pixel/GodSystemOverlay.vue b/app/components/pixel/GodSystemOverlay.vue index 455f572..236035c 100644 --- a/app/components/pixel/GodSystemOverlay.vue +++ b/app/components/pixel/GodSystemOverlay.vue @@ -2,7 +2,7 @@
- [GOD SYSTEM] 神明系統 + 神明系統
@@ -18,7 +18,7 @@ {{ action.label }} - [LIST] 神明列表 + 神明列表
@@ -31,39 +31,164 @@ -
-
- -
-

{{ activeDeity.title }} {{ activeDeity.name }}

- -
-
- FAVOR (好感度) - {{ activeDeity.favor }}/{{ activeDeity.maxFavor }} +
+ +
+
+
-
-
+ +
+

{{ activeStage?.name || activeDeity.name }}

+
【{{ activeStage?.title || activeDeity.personality }}】
+

"{{ activeStage?.description }}"

- - 🙏 PRAY (祈福) - -

Increases favor with {{ activeDeity.name }}

+ +
+ +
+ + ✨ 已達最高階 ✨ + +
+ + +
+
+ 好感度 + {{ activeDeityFavor }}/100 +
+
+
+
+
+
+ + +
+
+ 【神力】 +
+
+
+ {{ formatBuffKey(key) }}: + {{ formatBuffValue(value) }} +
+
+
+ + +
+
+ 【修行】當前階段任務 +
+
+
+
+ {{ quest.description }} + + {{ questProgress(quest.id) }}/{{ quest.target }} + +
+
+
+
+
+
+ + +
+ + ✨ 進化到下一階段 ✨ + +
+
+ + +
+
+ 【求籤】 +
+
+ + {{ formatLotType(lotType) }} + +
+
+ + +
+
+ 【神諭】 +
+
+ "{{ randomDialogue }}" +
+
+ + +
+ + 🙏 祈福 ({{ dailyPrayerCount || 0 }}/3) + +

今日祈福次數已用完

+

好感度已滿

+

增加好感度與修煉值 (剩餘 {{ 3 - (dailyPrayerCount || 0) }} 次)

+
+
-

Moon Block Divination

- +

擲筊問事

+ +
+ + +
+ {{ getJiaobeiResultText(lastResult) }} +
+
- {{ isTossing ? 'TOSSING...' : 'TOSS BLOCKS' }} + {{ isTossing ? '擲筊中...' : '開始擲筊' }}
@@ -74,12 +199,12 @@ @@ -90,17 +215,17 @@ ...
- SHAKING... + 搖籤中...
@@ -124,17 +249,17 @@ -
+
@@ -144,14 +269,14 @@
- 【{{ LOT_RESULT_DATA.number }}】 {{ LOT_RESULT_DATA.level }} + 【{{ drawnLot.no }}】 {{ drawnLot.grade }}
-
- {{ line }} +
+ {{ drawnLot.poem1 }}
@@ -160,33 +285,43 @@
- 【解曰】 Meaning + 【聖意】 Meaning -

{{ LOT_RESULT_DATA.meaning }}

+

{{ drawnLot.meaning }}

- 【解籤】 Interpretation + 【解曰】 Interpretation -

{{ LOT_RESULT_DATA.interpretation }}

+

{{ drawnLot.explanation }}

+
+ + +
+ + 【仙機】 Oracle + +
+ {{ drawnLot.oracle }} +
- 【典故】 Story: {{ LOT_RESULT_DATA.storyTitle }} + 【典故】 Story
- {{ LOT_RESULT_DATA.story }} + {{ getFirstStory(drawnLot.story) }}
- 收入背包 (KEEP LOT) + 收下
@@ -195,7 +330,7 @@
-
▼ [SWITCH] 切換神明
+
▼ 切換神明