mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 00:43:59 +08:00
.
This commit is contained in:
parent
a678579659
commit
4392dfacdf
@ -1759,12 +1759,6 @@ namespace
|
||||
strReplace(s, "#n", "");
|
||||
strReplace(s, "\x81\x40", "");
|
||||
s = std::regex_replace(s, std::regex(R"(#Ruby\[(.*?),(.*?)\])"), "$1");
|
||||
buffer->from(s);
|
||||
}
|
||||
void F01002BB00A662000_1(TextBuffer *buffer, HookParam *hp)
|
||||
{
|
||||
F01002BB00A662000(buffer, hp);
|
||||
auto s = buffer->strA();
|
||||
s = std::regex_replace(s, std::regex(R"(#(\w+?)\[[\d,]+?\])"), ""); // #Pos[0,42]#Speed[5]#Effect[0]#Scale[1]
|
||||
buffer->from(s);
|
||||
}
|
||||
@ -3335,9 +3329,12 @@ namespace
|
||||
// EVE ghost enemies
|
||||
{0x80053900, {0, 1, 0, 0, F01008BA00F172000, "01007BE0160D6000", "1.0.0"}},
|
||||
{0x80052440, {0, 1, 0, 0, F01008BA00F172000, "01007BE0160D6000", "1.0.1"}},
|
||||
// ニル・アドミラリの天秤 色ドリ撫子
|
||||
// ニル・アドミラリの天秤 色ドリ撫子,二合一,其一
|
||||
{0x8000BDD0, {0, 8, 0, 0, F01002BB00A662000, "01002BB00A662000", "1.0.0"}}, // text
|
||||
{0x80019260, {0, 0, 0, 0, F01002BB00A662000_1, "01002BB00A662000", "1.0.0"}}, // name+text
|
||||
{0x80019260, {0, 0, 0, 0, F01002BB00A662000, "01002BB00A662000", "1.0.0"}}, // name+text
|
||||
// 其二
|
||||
{0x8006BCC0, {0, 8, 0, 0, F01002BB00A662000, "01002BB00A662000", "1.0.0"}}, // text
|
||||
{0x8007C1D4, {0, 0, 0, 0, F01002BB00A662000, "01002BB00A662000", "1.0.0"}}, // name+text 这个两作都能提到。实际上只留这一个也行,但它显示完才有,速度慢。
|
||||
|
||||
};
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user