Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

組隊分數計算器 #3

Open
3 tasks
FuyukiSakura opened this issue Mar 3, 2019 · 1 comment
Open
3 tasks

組隊分數計算器 #3

FuyukiSakura opened this issue Mar 3, 2019 · 1 comment
Assignees
Labels
approved enhancement New feature or request
Milestone

Comments

@FuyukiSakura
Copy link
Member

FuyukiSakura commented Mar 3, 2019

包含元件:

  • 卡片分數的演算法
    狀況:PR已請求 #12
  • 存取卡片數據庫的接口
    狀況:未開始
  • 選取卡片的界面
    狀況:未開始
    依賴:存取卡片數據庫的接口
@FuyukiSakura FuyukiSakura added the enhancement New feature or request label Mar 3, 2019
@FuyukiSakura FuyukiSakura changed the title Deck score calculation BLL 組隊分數計算演算法 Mar 3, 2019
@FuyukiSakura FuyukiSakura changed the title 組隊分數計算演算法 組隊分數計算演算器 Mar 3, 2019
@FuyukiSakura FuyukiSakura changed the title 組隊分數計算演算器 組隊分數計算器 Mar 3, 2019
@FuyukiSakura
Copy link
Member Author

雲端卡片數據使用JSON格式,如果設置成這樣,分數計算器就能直接轉換成卡片Object,方便運算。

[
    {
        "id": "1",
        "name": "1★丸山 彩(ピンク担当☆)",
        "band": "Pastel*Palettes",
        "character": "丸山 彩",
        "rarity": "1",
        "type": "パワフル",
        "pow": 20,
        "tech": 10,
        "vis": 5,
        "skill-type": "(P)スコアUP",
        "score-percent": "10",
        "skill-last-min": 10.0,
        "skill-last-max": 11.5,
        "img-path": "iO3HPgl.png"
    }
]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants