This commit is contained in:
aixianling
2024-12-16 13:51:31 +08:00
commit 00ee9dd8ea
1884 changed files with 817815 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
--经脉打通配置
--承浆1
--廉泉2
--天突3
--上脘4
--中脘5
--下脘6
--阴交7
--关元8
--中极9
--曲骨10
--会阴11
--神庭12
--水沟13
--百会14
--脑户15
--风府16
--哑门17
--大椎18
--陶道19
--长强20
Acupuncture = {
{ --穴位 1 承浆
{ practice = 0, level = 1, prop = 90, returnpractice = 0.8 }, --第1重 { 所需修为, 等级, 打通成功几率90%, 失败后返回修为比率 }
{ practice = 500, level = 60, prop = 80, returnpractice = 0.75 }, --第2重 { 所需修为, 等级, 打通成功几率90%, 失败后返回修为比率 }
},
}