-
Notifications
You must be signed in to change notification settings - Fork 1
/
boot.json
51 lines (51 loc) · 1.18 KB
/
boot.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Bailey's piggy_banks",
"version": "0.4.1",
"styleFileList": [],
"scriptFileList": [],
"tweeFileList": [
"Tack Baileys money.twee",
"Widgets Bailey's piggy_banks.twee",
"Bailey's piggy_banks.twee"
],
"imgFileList": [],
"additionFile": [
"addon-replace/core_code.txt",
"addon-replace/log.txt",
"addon-replace/swich.txt",
"readme.md",
"LICENSE.txt"
],
"addonPlugin": [
{
"modName": "TweeReplacer",
"addonName": "TweeReplacerAddon",
"modVersion": "1.0.0",
"params": [
{
"passage": "Bailey's Office",
"findString": "<<if _options isnot 2>>",
"replace": "<<lockpickicon>><<link [[查看貝利的小金庫|Baileys piggy_banks]]>><</link>><br>\n<<if _options isnot 2>>"
}
]
}
],
"dependenceInfo": [
{
"modName": "ModLoader",
"version": ">=1.1.0"
},
{
"modName": "ModLoader DoL ImageLoaderHook",
"version": ">=1.0.0"
},
{
"modName": "TweeReplacer",
"version": ">=1.0.0"
},
{
"modName": "ReplacePatcher",
"version": ">=1.0.0"
}
]
}