diff --git a/src/components/coc-card/BuyPointsButton.vue b/src/components/coc-card/BuyPointsButton.vue new file mode 100644 index 0000000..ee1b201 --- /dev/null +++ b/src/components/coc-card/BuyPointsButton.vue @@ -0,0 +1,507 @@ + + + + + + 花式加点 + + + + + + + 枫笛式 + + + 生成 + + + + + 将 5组 3D6×5 分配到左侧,3组 2D6+6×5 分配到右侧 + + + · + + {{ actionKeadeChoice[config.key] }} + + + + · + + {{ actionKeadeChoice[config.key] }} + + + + + + + {{ config.label }} + + + + + + + + {{ config.label }} + + + + + + 总点数 {{ getAttributesSum(actionKeadeChoice) }} + ({{ getLuckAttributesSum(actionKeadeChoice) }}) + + + + 应用 (幸运 {{ actionKeadeChoice.luc }}) + + + + + + + + + + 天命式 + + 组数 + + + 生成 + + (已生成 {{ actionRollGenerateCount }} 次) + + + + + + 点击“生成”后,点击数据组卡片使用 + + + {{ config.label }} {{ result[config.key] }} + + + 总点数 {{ getAttributesSum(result) }} / 含运 + {{ getLuckAttributesSum(result) }} + + + + + + + + 购点式 + + 总点数 + + + 购点 + + (剩余 {{ actionBuyRemainingPoints }}) + + + + + + 点击“购点”,填写,点击“应用” + + + (actionBuyResult[item.key] = Number(newValue)) + " + /> + + + (actionBuyResult[item.key] = Number(newValue)) + " + /> + (actionBuyResult[item.key] = Number(newValue)) + " + /> + + + 应用 + + + + + + + + + + + diff --git a/src/components/coc-card/GuidePaneContent.vue b/src/components/coc-card/GuidePaneContent.vue index 8424bf2..1558eac 100644 --- a/src/components/coc-card/GuidePaneContent.vue +++ b/src/components/coc-card/GuidePaneContent.vue @@ -16,7 +16,10 @@ import IssueRow from './IssueRow.vue';