Browse Source

算分万分比

zhaoyang 3 years ago
parent
commit
2dd0cd73e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/ScoreSystemData.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/ScoreSystemData.cs

@@ -171,7 +171,7 @@ namespace GFGGame
                         //卡牌中包含主技能且此技能被触发,在评分阶段才展示卡牌效果,一张卡牌只要有一个技能需要显示,那就直接显示
                         //卡牌中包含主技能且此技能被触发,在评分阶段才展示卡牌效果,一张卡牌只要有一个技能需要显示,那就直接显示
                         showCard = true;
                         showCard = true;
                     }
                     }
-                    skillScore += mainScore * skillLvCfg.count / 100 * isProbability;
+                    skillScore += mainScore * skillLvCfg.count / 10000 * isProbability;
                 }
                 }
             }
             }
         }
         }