hoshimi-venus 0.2.11 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/concert/concert.js +2 -0
- package/out/concert/concert.js.map +1 -1
- package/out/concert/consts/efficacy_list.d.ts +1 -1
- package/out/concert/consts/efficacy_list.js +1 -1
- package/out/concert/consts/efficacy_list.js.map +1 -1
- package/out/concert/partial/perform_skill.js +1 -1
- package/out/concert/partial/perform_skill.js.map +1 -1
- package/out/concert/partial/prepare_p_skill.js +2 -1
- package/out/concert/partial/prepare_p_skill.js.map +1 -1
- package/out/concert/target_proc.js +7 -3
- package/out/concert/target_proc.js.map +1 -1
- package/out/database/Card.json +656 -53
- package/out/database/Character.json +16 -5
- package/out/database/LiveAbility.json +1161 -454
- package/out/database/LiveBonus.json +18 -0
- package/out/database/LiveBonusGroup.json +43 -25
- package/out/database/Music.json +3996 -2175
- package/out/database/MusicChartPattern.json +12767 -8399
- package/out/database/Quest.json +2990 -2315
- package/out/database/Setting.json +2 -1
- package/out/database/Skill.json +8160 -472
- package/out/database/SkillEfficacy.json +2803 -3
- package/out/database/SkillTarget.json +15 -0
- package/out/database/SkillTrigger.json +65 -0
- package/out/main.js +6 -9
- package/out/main.js.map +1 -1
- package/package.json +1 -1
@@ -19,6 +19,11 @@
|
|
19
19
|
"type": 14,
|
20
20
|
"isOpponent": false
|
21
21
|
},
|
22
|
+
{
|
23
|
+
"id": "target-character_type-2-1",
|
24
|
+
"type": 14,
|
25
|
+
"isOpponent": false
|
26
|
+
},
|
22
27
|
{
|
23
28
|
"id": "target-character_type-2-2",
|
24
29
|
"type": 14,
|
@@ -64,6 +69,11 @@
|
|
64
69
|
"type": 15,
|
65
70
|
"isOpponent": false
|
66
71
|
},
|
72
|
+
{
|
73
|
+
"id": "target-opponent_all",
|
74
|
+
"type": 24,
|
75
|
+
"isOpponent": true
|
76
|
+
},
|
67
77
|
{
|
68
78
|
"id": "target-opponent_center",
|
69
79
|
"type": 22,
|
@@ -89,6 +99,11 @@
|
|
89
99
|
"type": 19,
|
90
100
|
"isOpponent": false
|
91
101
|
},
|
102
|
+
{
|
103
|
+
"id": "target-position_attribute_vocal-3",
|
104
|
+
"type": 19,
|
105
|
+
"isOpponent": false
|
106
|
+
},
|
92
107
|
{
|
93
108
|
"id": "target-self",
|
94
109
|
"type": 1,
|
@@ -181,6 +181,16 @@
|
|
181
181
|
"char-ktn"
|
182
182
|
]
|
183
183
|
},
|
184
|
+
{
|
185
|
+
"id": "tg-more_than_character_count-liz-1",
|
186
|
+
"type": 4,
|
187
|
+
"characterIds": [
|
188
|
+
"char-rio",
|
189
|
+
"char-aoi",
|
190
|
+
"char-ai",
|
191
|
+
"char-kkr"
|
192
|
+
]
|
193
|
+
},
|
184
194
|
{
|
185
195
|
"id": "tg-more_than_character_count-mei-1",
|
186
196
|
"type": 4,
|
@@ -188,6 +198,61 @@
|
|
188
198
|
"char-mei"
|
189
199
|
]
|
190
200
|
},
|
201
|
+
{
|
202
|
+
"id": "tg-more_than_character_count-moon-1",
|
203
|
+
"type": 4,
|
204
|
+
"characterIds": [
|
205
|
+
"char-ktn",
|
206
|
+
"char-mei",
|
207
|
+
"char-ngs",
|
208
|
+
"char-ski",
|
209
|
+
"char-suz"
|
210
|
+
]
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"id": "tg-more_than_character_count-moon-2",
|
214
|
+
"type": 4,
|
215
|
+
"characterIds": [
|
216
|
+
"char-ktn",
|
217
|
+
"char-mei",
|
218
|
+
"char-ngs",
|
219
|
+
"char-ski",
|
220
|
+
"char-suz"
|
221
|
+
]
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"id": "tg-more_than_character_count-moon-3",
|
225
|
+
"type": 4,
|
226
|
+
"characterIds": [
|
227
|
+
"char-ktn",
|
228
|
+
"char-mei",
|
229
|
+
"char-ngs",
|
230
|
+
"char-ski",
|
231
|
+
"char-suz"
|
232
|
+
]
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"id": "tg-more_than_character_count-moon-4",
|
236
|
+
"type": 4,
|
237
|
+
"characterIds": [
|
238
|
+
"char-ktn",
|
239
|
+
"char-mei",
|
240
|
+
"char-ngs",
|
241
|
+
"char-ski",
|
242
|
+
"char-suz"
|
243
|
+
]
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"id": "tg-more_than_character_count-moon-5",
|
247
|
+
"type": 4,
|
248
|
+
"characterIds": [
|
249
|
+
"char-ktn",
|
250
|
+
"char-mei",
|
251
|
+
"char-ngs",
|
252
|
+
"char-ski",
|
253
|
+
"char-suz"
|
254
|
+
]
|
255
|
+
},
|
191
256
|
{
|
192
257
|
"id": "tg-more_than_character_count-ngs-1",
|
193
258
|
"type": 4,
|
package/out/main.js
CHANGED
@@ -27,20 +27,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27
27
|
};
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
const fs = __importStar(require("fs"));
|
30
|
-
const quest_dao_1 = require("./db/dao/quest_dao");
|
31
30
|
const index_1 = __importDefault(require("./index"));
|
32
31
|
const card_1 = require("./satomi/card");
|
33
|
-
const
|
34
|
-
const xxx = (0, quest_dao_1.getRawQuests)(reg);
|
35
|
-
const questId = "qt-area-1-008";
|
32
|
+
const questId = "qt-area-1-013";
|
36
33
|
const allyDeck = {
|
37
34
|
name: "test deck",
|
38
35
|
userCards: [
|
39
|
-
{ index: 1, card: (0, card_1.getDefaultUserCard)("card-
|
40
|
-
{ index: 2, card: (0, card_1.getDefaultUserCard)("card-
|
41
|
-
{ index: 3, card: (0, card_1.getDefaultUserCard)("card-
|
42
|
-
{ index: 4, card: (0, card_1.getDefaultUserCard)("card-
|
43
|
-
{ index: 5, card: (0, card_1.getDefaultUserCard)("card-
|
36
|
+
{ index: 1, card: (0, card_1.getDefaultUserCard)("card-kor-05-idol-00") },
|
37
|
+
{ index: 2, card: (0, card_1.getDefaultUserCard)("card-yu-05-fest-00") },
|
38
|
+
{ index: 3, card: (0, card_1.getDefaultUserCard)("card-ski-05-waso-00") },
|
39
|
+
{ index: 4, card: (0, card_1.getDefaultUserCard)("card-ai-05-mizg-01") },
|
40
|
+
{ index: 5, card: (0, card_1.getDefaultUserCard)("card-chs-05-flow-00") },
|
44
41
|
]
|
45
42
|
};
|
46
43
|
const result = (0, index_1.default)(questId, allyDeck);
|
package/out/main.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAwB;
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAwB;AAExB,oDAA+B;AAC/B,wCAAmD;AAGnD,MAAM,OAAO,GAAG,eAAe,CAAA;AAC/B,MAAM,QAAQ,GAAc;IAC1B,IAAI,EAAE,WAAW;IACjB,SAAS,EAAE;QACT,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,IAAA,yBAAkB,EAAC,qBAAqB,CAAC,EAAE;QAC7D,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,IAAA,yBAAkB,EAAC,oBAAoB,CAAC,EAAE;QAC5D,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,IAAA,yBAAkB,EAAC,qBAAqB,CAAC,EAAE;QAC7D,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,IAAA,yBAAkB,EAAC,oBAAoB,CAAC,EAAE;QAC5D,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,IAAA,yBAAkB,EAAC,qBAAqB,CAAC,EAAE;KAC9D;CACF,CAAA;AAED,MAAM,MAAM,GAAG,IAAA,eAAQ,EAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;AAC1C,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC,CAAA;AACpD,EAAE,CAAC,aAAa,CAAC,kBAAkB,EAAE,OAAO,EAAE,MAAM,CAAC,CAAA;AACrD,MAAM,CAAC,GAAG,CAAC,CAAA"}
|