123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <data>
- <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" />
- <comment>
- <id>
- </id>
- <coin>
- 金币奖励公式
- s表示score
- </coin>
- <diamond>
- 钻石奖励区间
- </diamond>
- <diamond_drop>
- 钻石掉率公式
- </diamond_drop>
- <flower_drop>
- 花朵掉率公式
- </flower_drop>
- <flower_rate_based>
- 花朵在评价中的掉率
- </flower_rate_based>
- <rate>
- 评价配置
- </rate>
- <coin_drop>
- 掉落金币奖励
- </coin_drop>
- <flower_coin>
- 种花金币奖励
- </flower_coin>
- <star_cd>
- 减少小游戏冷却时间
- </star_cd>
- <star_time>
- 每过x秒出现一个star
- </star_time>
- <star_duration>
- star最大存在时间
- </star_duration>
- <flowerID_rate_fml>
- 根据花的ID计算掉率
- </flowerID_rate_fml>
- <flowerAmt_rate_fml>
- 根据花的数量计算掉率
- </flowerAmt_rate_fml>
- </comment>
- </data>
|