Skip to content

Commit dd98b3b

Browse files
committed
增加霸刀颜色
1 parent 698ee06 commit dd98b3b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Farbnamen/src/MY_Farbnamen.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ local Config_Default = {
3333
[FORCE_TYPE.MING_JIAO] = {240, 70 , 96 }, -- 明教
3434
[FORCE_TYPE.CANG_YUN ] = {180, 60 , 0 }, -- 苍云
3535
[FORCE_TYPE.CHANG_GE ] = {100, 250, 180}, -- 长歌
36+
[FORCE_TYPE.BA_DAO ] = {106 ,108, 189}, -- 霸刀
3637
},
3738
}
3839
local Config = clone(Config_Default)

MY_Recount/src/MY_Recount.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ local _C = {
7676
[FORCE_TYPE.MING_JIAO] = { r = 253, g = 84 , b = 0 , a = 144 }, -- 明教
7777
[FORCE_TYPE.CANG_YUN ] = { r = 180, g = 60 , b = 0 , a = 255 }, -- 苍云
7878
[FORCE_TYPE.CHANG_GE ] = { r = 100, g = 250, b = 180, a = 100 }, -- 长歌
79+
[FORCE_TYPE.BA_DAO ] = { r = 71 , g = 73 , b = 166, a = 128 }, -- 霸刀
7980
},
8081
}, {
8182
['Bar'] = {
@@ -93,6 +94,7 @@ local _C = {
9394
[FORCE_TYPE.MING_JIAO] = { r = 240, g = 70 , b = 96 , a = 180 }, -- 明教
9495
[FORCE_TYPE.CANG_YUN ] = { r = 180, g = 60 , b = 0 , a = 255 }, -- 苍云
9596
[FORCE_TYPE.CHANG_GE ] = { r = 100, g = 250, b = 180, a = 150 }, -- 长歌
97+
[FORCE_TYPE.BA_DAO ] = { r = 71 , g = 73 , b = 166, a = 128 }, -- 霸刀
9698
},
9799
}, {
98100
['Bar'] = {
@@ -110,6 +112,7 @@ local _C = {
110112
[FORCE_TYPE.MING_JIAO] = { image = "ui/Image/Common/Money.UITex", frame = 232 }, -- 明教
111113
[FORCE_TYPE.CANG_YUN ] = { image = "ui/Image/Common/Money.UITex", frame = 26 }, -- 苍云
112114
[FORCE_TYPE.CHANG_GE ] = { image = "ui/Image/Common/Money.UITex", frame = 30 }, -- 长歌
115+
[FORCE_TYPE.CHANG_GE ] = { image = "ui/Image/Common/Money.UITex", frame = 35 }, -- 霸刀
113116
},
114117
}, {
115118
['Bar'] = {
@@ -127,6 +130,7 @@ local _C = {
127130
[FORCE_TYPE.MING_JIAO] = { image = "ui/Image/Common/Money.UITex", frame = 228 }, -- 明教
128131
[FORCE_TYPE.CANG_YUN ] = { image = "ui/Image/Common/Money.UITex", frame = 219 }, -- 苍云
129132
[FORCE_TYPE.CHANG_GE ] = { image = "ui/Image/Common/Money.UITex", frame = 30 }, -- 长歌
133+
[FORCE_TYPE.CHANG_GE ] = { image = "ui/Image/Common/Money.UITex", frame = 35 }, -- 霸刀
130134
},
131135
},
132136
},

0 commit comments

Comments
 (0)