init
BIN
BetterGI.Assets/Assets/Audios/b_101.f1304dc4.mp3
Normal file
4900
BetterGI.Assets/Assets/Config/Pick/default_pick_black_lists.json
Normal file
@@ -0,0 +1,70 @@
|
||||
// 优先级低于橙色文字选择
|
||||
[
|
||||
"每日委托",
|
||||
"探索派遣",
|
||||
"委托锻造",
|
||||
"冒险挑战",
|
||||
"决斗对局",
|
||||
"七圣召唤",
|
||||
"合成台",
|
||||
"信任等阶",
|
||||
"有什么在售",
|
||||
"关于甜的",
|
||||
"吃的可以打包吗",
|
||||
"我想打包带走",
|
||||
"挑选商品",
|
||||
"我想买些花",
|
||||
"我想买些",
|
||||
"四方八方之网",
|
||||
"我需要一些钓鱼用品",
|
||||
"我有想买的东西",
|
||||
"看看菜单",
|
||||
"有什么在卖",
|
||||
"都有什么卖的",
|
||||
"有什么吃的",
|
||||
"卖些什么",
|
||||
"神像的恩泽",
|
||||
"声望",
|
||||
"歌裴莉娅的葬送",
|
||||
"科培琉司的劫罚",
|
||||
"冰风组曲",
|
||||
|
||||
"请给我来些茶水",
|
||||
"讲述与兰那罗的冒险。",
|
||||
"看看书",
|
||||
"现在在卖什么",
|
||||
"来点鱼",
|
||||
"来点精选货物",
|
||||
"来点兰那罗特产",
|
||||
"来一杯团子牛奶",
|
||||
"有菜单吗",
|
||||
"有没有特别商品",
|
||||
"有什么好东西吗",
|
||||
"有什么卖的",
|
||||
"有什么吃的",
|
||||
"提升经营效率",
|
||||
"挑选商品",
|
||||
"我要购物",
|
||||
"看看商品",
|
||||
"我想打包",
|
||||
"我有想买的东西",
|
||||
"我想买些",
|
||||
"想要兑换",
|
||||
"想研制新配方",
|
||||
"想挑些趁手的武器",
|
||||
"想找些特别的纪念品",
|
||||
"想买武器",
|
||||
"想买些武器",
|
||||
"这里卖什么",
|
||||
"可以卖一些猎物给我吗",
|
||||
"可以卖给我一些植物吗",
|
||||
"关于摆设",
|
||||
"关于甜的",
|
||||
"只卖酒吗",
|
||||
"你这里除了璞石还卖什么吗",
|
||||
"买点东西",
|
||||
"买新鲜的鱼",
|
||||
"我想装饰一下场地",
|
||||
"能交换什么呢",
|
||||
"助力好友加速制作"
|
||||
]
|
||||
8
BetterGI.Assets/Assets/Config/Skip/pause_options.json
Normal file
@@ -0,0 +1,8 @@
|
||||
// 优先级高于橙色文字选择(也就是说出现下列文字时候,橙色文字选项也不会选择),低于主动选择选项配置
|
||||
[
|
||||
"卡牌商店",
|
||||
"牌手等级",
|
||||
"酒馆牌局",
|
||||
"信任等阶",
|
||||
"洞天百宝"
|
||||
]
|
||||
4
BetterGI.Assets/Assets/Config/Skip/select_options.json
Normal file
@@ -0,0 +1,4 @@
|
||||
// 主动选择配置,优先级最高,无论什么场景下遇到就选
|
||||
[
|
||||
"准备好了",
|
||||
]
|
||||
BIN
BetterGI.Assets/Assets/Fonts/Fgi-Regular.ttf
Normal file
BIN
BetterGI.Assets/Assets/Fonts/MiSans-Regular.ttf
Normal file
BIN
BetterGI.Assets/Assets/Fonts/deluge-led.ttf
Normal file
72
BetterGI.Assets/Assets/Highlighting/Json.xshd
Normal file
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<SyntaxDefinition name="Json" extensions=".json" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
|
||||
<Color name="Bool" foreground="#569CD6" exampleText="true | false" />
|
||||
<Color name="Number" foreground="#B5CEA8" exampleText="3.14" />
|
||||
<Color name="String" foreground="#CE9178" exampleText="" />
|
||||
<Color name="Null" foreground="#569CD6" exampleText="" />
|
||||
<Color name="FieldName" foreground="#9CDCF0" />
|
||||
<Color name="Punctuation1" foreground="#DA66BE" />
|
||||
<Color name="Punctuation2" foreground="#FFD710" />
|
||||
<Color name="Punctuation3" foreground="#FFFFFF" />
|
||||
|
||||
<RuleSet name="String">
|
||||
<Span begin="\\" end="."/>
|
||||
</RuleSet>
|
||||
|
||||
<RuleSet name="Object">
|
||||
<Span color="FieldName" ruleSet="String">
|
||||
<Begin>"</Begin>
|
||||
<End>"</End>
|
||||
</Span>
|
||||
<Span color="FieldName" ruleSet="String">
|
||||
<Begin>'</Begin>
|
||||
<End>'</End>
|
||||
</Span>
|
||||
<Span color="Punctuation3" ruleSet="Expression">
|
||||
<Begin>:</Begin>
|
||||
</Span>
|
||||
<Span color="Punctuation3">
|
||||
<Begin>,</Begin>
|
||||
</Span>
|
||||
</RuleSet>
|
||||
|
||||
<RuleSet name="Array">
|
||||
<Import ruleSet="Expression"/>
|
||||
<Span color="Punctuation3">
|
||||
<Begin>,</Begin>
|
||||
</Span>
|
||||
</RuleSet>
|
||||
|
||||
<RuleSet name="Expression">
|
||||
<Keywords color="Bool" >
|
||||
<Word>true</Word>
|
||||
<Word>false</Word>
|
||||
</Keywords>
|
||||
<Keywords color="Null" >
|
||||
<Word>null</Word>
|
||||
</Keywords>
|
||||
<Span color="String" ruleSet="String">
|
||||
<Begin>"</Begin>
|
||||
<End>"</End>
|
||||
</Span>
|
||||
<Span color="String" ruleSet="String">
|
||||
<Begin>'</Begin>
|
||||
<End>'</End>
|
||||
</Span>
|
||||
<Span color="Punctuation1" ruleSet="Object" multiline="true">
|
||||
<Begin>\{</Begin>
|
||||
<End>\}</End>
|
||||
</Span>
|
||||
<Span color="Punctuation2" ruleSet="Array" multiline="true">
|
||||
<Begin>\[</Begin>
|
||||
<End>\]</End>
|
||||
</Span>
|
||||
<Rule color="Number">
|
||||
\b0[xX][0-9a-fA-F]+|(\b\d+(\.[0-9]+)?|\.[0-9]+)([eE][+-]?[0-9]+)?
|
||||
</Rule>
|
||||
</RuleSet>
|
||||
|
||||
<RuleSet>
|
||||
<Import ruleSet="Expression"/>
|
||||
</RuleSet>
|
||||
</SyntaxDefinition>
|
||||
BIN
BetterGI.Assets/Assets/Images/Anniversary/logo_1st.ico
Normal file
|
After Width: | Height: | Size: 115 KiB |
BIN
BetterGI.Assets/Assets/Images/Anniversary/logo_1st.png
Normal file
|
After Width: | Height: | Size: 199 KiB |
BIN
BetterGI.Assets/Assets/Images/Anniversary/logo_2nd.ico
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
BetterGI.Assets/Assets/Images/Anniversary/logo_2nd.png
Normal file
|
After Width: | Height: | Size: 197 KiB |
BIN
BetterGI.Assets/Assets/Images/Anniversary/logo_3rd.ico
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
BetterGI.Assets/Assets/Images/Anniversary/logo_3rd.png
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
BetterGI.Assets/Assets/Images/banner.jpg
Normal file
|
After Width: | Height: | Size: 288 KiB |
BIN
BetterGI.Assets/Assets/Images/drag.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
BetterGI.Assets/Assets/Images/logo.ico
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
BetterGI.Assets/Assets/Images/logo.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
BetterGI.Assets/Assets/Map/Enkanomiya/Enkanomiya_0_1024.png
Normal file
|
After Width: | Height: | Size: 3.1 MiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 455 KiB |
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"LayerId": "MapBack_AbyssalPalace",
|
||||
"Floor": 0,
|
||||
"Scale": 1,
|
||||
"Name": "渊下宫",
|
||||
"Left": 2048,
|
||||
"Top": 2048
|
||||
}
|
||||
]
|
||||
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_102_color.webp
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_102_gray.webp
Normal file
|
After Width: | Height: | Size: 258 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_1101_color.webp
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_1101_gray.webp
Normal file
|
After Width: | Height: | Size: 371 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_1102_color.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_1102_gray.webp
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_2103_color.webp
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_2103_gray.webp
Normal file
|
After Width: | Height: | Size: 441 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_2402_color.webp
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_2402_gray.webp
Normal file
|
After Width: | Height: | Size: 338 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_3501_color.webp
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_3501_gray.webp
Normal file
|
After Width: | Height: | Size: 237 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_3511_color.webp
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_3511_gray.webp
Normal file
|
After Width: | Height: | Size: 615 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4002_color.webp
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4002_gray.webp
Normal file
|
After Width: | Height: | Size: 420 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4402_color.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4402_gray.webp
Normal file
|
After Width: | Height: | Size: 161 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4502_color.webp
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4502_gray.webp
Normal file
|
After Width: | Height: | Size: 285 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4601_color.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4601_gray.webp
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4803_color.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_4803_gray.webp
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_504_color.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_504_gray.webp
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_5101_color.webp
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_5101_gray.webp
Normal file
|
After Width: | Height: | Size: 201 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_5301_color.webp
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_5301_gray.webp
Normal file
|
After Width: | Height: | Size: 194 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_701_color.webp
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/City_701_gray.webp
Normal file
|
After Width: | Height: | Size: 691 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3110101_color.webp
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3110101_gray.webp
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3110102_color.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3110102_gray.webp
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3180101_color.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3180101_gray.webp
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3180102_color.webp
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3180102_gray.webp
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200101_color.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200101_gray.webp
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200201_color.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200201_gray.webp
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200301_color.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200301_gray.webp
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200401_color.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200401_gray.webp
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200501_color.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3200501_gray.webp
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210101_color.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210101_gray.webp
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210102_color.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210102_gray.webp
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210201_color.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210201_gray.webp
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210301_color.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210301_gray.webp
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210401_color.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3210401_gray.webp
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220101_color.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220101_gray.webp
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220102_color.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220102_gray.webp
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220103_color.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220103_gray.webp
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220104_color.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220104_gray.webp
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220201_color.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220201_gray.webp
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220301_color.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3220301_gray.webp
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3230101_color.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3230101_gray.webp
Normal file
|
After Width: | Height: | Size: 109 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3230201_color.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3230201_gray.webp
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
BetterGI.Assets/Assets/Map/Teyvat/LayeredMap_3230301_color.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |