award_config.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <data>
  2. <item id="1" coin="s*0.01*l" diamond="3,15" diamond_drop="0.5/l+l*0.0001" flower_drop="(1/f+l*0.005)*0.95" flower_rate_based="0.05,0.65,0.95" rate="0,400,650" coin_drop="r*l*0.65" flower_coin="l*0.65" star_cd="1" star_time="5,20" star_duration="5" flowerID_rate_fml="1-i/40" flowerAmt_rate_fml="1-a/10" />
  3. <comment>
  4. <id>
  5. </id>
  6. <coin>
  7. 金币奖励公式
  8. s表示score
  9. </coin>
  10. <diamond>
  11. 钻石奖励区间
  12. </diamond>
  13. <diamond_drop>
  14. 钻石掉率公式
  15. </diamond_drop>
  16. <flower_drop>
  17. 花朵掉率公式
  18. </flower_drop>
  19. <flower_rate_based>
  20. 花朵在评价中的掉率
  21. </flower_rate_based>
  22. <rate>
  23. 评价配置
  24. </rate>
  25. <coin_drop>
  26. 掉落金币奖励
  27. </coin_drop>
  28. <flower_coin>
  29. 种花金币奖励
  30. </flower_coin>
  31. <star_cd>
  32. 减少小游戏冷却时间
  33. </star_cd>
  34. <star_time>
  35. 每过x秒出现一个star
  36. </star_time>
  37. <star_duration>
  38. star最大存在时间
  39. </star_duration>
  40. <flowerID_rate_fml>
  41. 根据花的ID计算掉率
  42. </flowerID_rate_fml>
  43. <flowerAmt_rate_fml>
  44. 根据花的数量计算掉率
  45. </flowerAmt_rate_fml>
  46. </comment>
  47. </data>