pet_data/docs/BONUS_CHECK.md

27 lines
728 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 加成系統檢查清單
## 需要驗證的項目
### 1. 初始化檢查
- [ ] assignDestiny() 是否被調用
- [ ] destiny 是否正確保存到 state
- [ ] getAllBonuses() 是否能正確讀取 destiny.buffs
### 2. 功能檢查
- [ ] 餵食strGain 加成
- [ ] 玩耍happinessRecovery, dexGain, intGain 加成
- [ ] 治療healthRecovery 加成
- [ ] 生病sicknessReduction 減免
- [ ] 戰鬥屬性attack, defense, speed 倍率
### 3. 測試步驟
1. 創建新寵物,檢查 console 是否顯示命格
2. 玩耍,查看快樂增加量是否有加成
3. 餵食,查看力量增長是否有加成
4. 治療,查看健康恢復是否有加成
5. 檢查戰鬥屬性計算
## 檢查結果
待補充...