源战役客户端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
867 B

  1. Config = Config or {}
  2. Config.ConfigSoulBead = Config.ConfigSoulBead or {}
  3. Config.ConfigSoulBead.SoulBeadInfo = {
  4. title = "魂珠预览",
  5. fight = "78000+",
  6. content =
  7. {
  8. "攻击 <color=#835741>2400~38400</color>",
  9. "生命 <color=#835741>48000~768000</color>",
  10. "攻击加成 <color=#835741>2%~8%</color>",
  11. "绝对闪避 <color=#835741>2%~8%</color>",
  12. "绝对追击 <color=#835741>2%~6%</color> 【<color=#4eae1a>3阶法则激活</color>】",
  13. },
  14. }
  15. Config.ConfigSoulBead.UpgradeCost = Config.Sealsoulkeyvalue[8].value --魂珠经验
  16. Config.ConfigSoulBead.ConvertCost = Config.Sealsoulkeyvalue[7].value --魂珠碎片
  17. Config.ConfigSoulBead.GambleCost = Config.Sealsoulkeyvalue[9].value --魂珠令牌
  18. Config.ConfigSoulBead.SpecialSoulBeadList=
  19. {
  20. [5202015] = "ui_effect_hunzhu_icon2",
  21. [5202025] = "ui_effect_hunzhu_icon1",
  22. }