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