-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboot.json
62 lines (62 loc) · 1.68 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "Bailey rent mod",
"version": "1.3.1",
"styleFileList": [],
"scriptFileList": [],
"tweeFileList": [
"Widgets rent_acc_mode.twee"
],
"imgFileList": [
"preview.jpg"
],
"additionFile": [
"addon-replace/core_code.txt",
"addon-replace/log.txt",
"addon-replace/swich.txt",
"readme.md",
"preview.jpg",
"LICENSE.txt"
],
"addonPlugin": [
{
"modName": "TweeReplacer",
"addonName": "TweeReplacerAddon",
"modVersion": "1.0.0",
"params": [
{
"passage": "Widgets Text",
"findString": "<<widget \"schoolday\">>",
"replaceFile": "addon-replace/core_code.txt"
},
{
"passage": "Widgets Journal",
"findString": "\t\t\t\t<<if $renttime lte 0>>\n\t\t\t\t\t<li>贝利正在找你,并且打算收取你欠下的<<printmoney $rentmoney>><<babyRentDisplay \"还有代替你照顾孩子的\" \"\" \"gold\">>。</li>",
"replaceFile": "addon-replace/log.txt"
},
{
"passage": "Widgets Settings",
"findString": "\t\t\t\t<div class=\"ironman-slider\" id=\"sliderRentMode\">\n\t\t\t\t\t<<numberslider \"$rentmod\" $rentmod 0.1 3 0.1 $ironmanmode>>\n\t\t\t\t</div>",
"replaceFile": "addon-replace/swich.txt"
}
]
}
],
"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"
}
]
}