[战斗]======破盾,清除提示文字修改
parent
db5a0557ea
commit
ef374b841a
|
@ -2277,4 +2277,6 @@
|
||||||
[12276] = GetLanguageStrById("灵兽篇"),
|
[12276] = GetLanguageStrById("灵兽篇"),
|
||||||
[12277] = GetLanguageStrById("激活属性:"),
|
[12277] = GetLanguageStrById("激活属性:"),
|
||||||
[12278] = GetLanguageStrById("激活成功,获得%s%s"),
|
[12278] = GetLanguageStrById("激活成功,获得%s%s"),
|
||||||
|
[12279] = GetLanguageStrById("破盾"),
|
||||||
|
[12280] = GetLanguageStrById("清除"),
|
||||||
}
|
}
|
||||||
|
|
|
@ -978,9 +978,9 @@ function this.GetArtFontConfig(_ArtFontType)
|
||||||
if _ArtFontType == BattleArtFontType.Immune then
|
if _ArtFontType == BattleArtFontType.Immune then
|
||||||
return {type = 2, content = Language[10203]}
|
return {type = 2, content = Language[10203]}
|
||||||
elseif _ArtFontType == BattleArtFontType.Shield then
|
elseif _ArtFontType == BattleArtFontType.Shield then
|
||||||
return {type = 2, content = Language[12236]}
|
return {type = 2, content = Language[12279]}
|
||||||
elseif _ArtFontType == BattleArtFontType.clear then
|
elseif _ArtFontType == BattleArtFontType.clear then
|
||||||
return {type = 2, content = Language[12237]}
|
return {type = 2, content = Language[12280]}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue