hoshimi-venus 0.9.12 → 0.9.14
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/database/Card.json +60 -0
- package/out/database/Character.json +1 -0
- package/out/database/Quest.json +2300 -0
- package/out/database/Setting.json +1 -278
- package/out/database/Skill.json +804 -0
- package/out/database/SkillEfficacy.json +330 -0
- package/out/database/SkillTarget.json +5 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
package/out/database/Card.json
CHANGED
@@ -310,6 +310,66 @@
|
|
310
310
|
"displayPositionY2": 0.0,
|
311
311
|
"homeTalks": []
|
312
312
|
},
|
313
|
+
{
|
314
|
+
"id": "card-ai-05-rock-00",
|
315
|
+
"assetId": "ai-05-rock-00",
|
316
|
+
"name": "クールにキメるぼっち収録",
|
317
|
+
"description": "離れていても、莉央さんも、葵さんも、こころも\r\nマネージャーさんまでついてくれてる\r\n私が一人で参加する仕事でも\r\nみんなでやってきた経験が私を助けてくれる",
|
318
|
+
"type": 2,
|
319
|
+
"characterId": "char-ai",
|
320
|
+
"initialRarity": 5,
|
321
|
+
"cardParameterId": "card-param-01",
|
322
|
+
"vocalRatioPermil": 402,
|
323
|
+
"danceRatioPermil": 319,
|
324
|
+
"visualRatioPermil": 279,
|
325
|
+
"staminaRatioPermil": 1000,
|
326
|
+
"cardLevelReleaseId": "card_level_release_1",
|
327
|
+
"skillId1": "sk-ai-05-rock-00-1",
|
328
|
+
"skillId2": "sk-ai-05-rock-00-2",
|
329
|
+
"skillId3": "sk-ai-05-rock-00-3",
|
330
|
+
"activityAbilityId": "aab-fan_event_manager_exp_up",
|
331
|
+
"order": 268,
|
332
|
+
"releaseDate": "1676948400000",
|
333
|
+
"rewardCostumeId": "cos-ai-rock-00",
|
334
|
+
"imageType1": 3,
|
335
|
+
"displayPositionX1": -0.107,
|
336
|
+
"displayPositionY1": 0.236,
|
337
|
+
"displayScale1": 2.0,
|
338
|
+
"highlightDisplayPositionX1": 0.034,
|
339
|
+
"highlightDisplayPositionY1": 0.231,
|
340
|
+
"highlightDisplayScale1": 1.3,
|
341
|
+
"imageType2": 3,
|
342
|
+
"displayPositionX2": -0.107,
|
343
|
+
"displayPositionY2": 0.236,
|
344
|
+
"displayScale2": 2.0,
|
345
|
+
"highlightDisplayPositionX2": 0.034,
|
346
|
+
"highlightDisplayPositionY2": 0.231,
|
347
|
+
"highlightDisplayScale2": 1.3,
|
348
|
+
"obtainMessage": "絶対に、後悔させませんから!",
|
349
|
+
"stories": [
|
350
|
+
{
|
351
|
+
"storyId": "st-card-ai-05-rock-00-01"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"storyId": "st-card-ai-05-rock-00-02"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"storyId": "st-card-ai-05-rock-00-03"
|
358
|
+
}
|
359
|
+
],
|
360
|
+
"messages": [
|
361
|
+
{
|
362
|
+
"messageId": "message-card-ai-05-rock-00",
|
363
|
+
"telephoneId": ""
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"telephoneId": "tel-card-ai-05-rock-00",
|
367
|
+
"messageId": ""
|
368
|
+
}
|
369
|
+
],
|
370
|
+
"liveAbilityId": "",
|
371
|
+
"homeTalks": []
|
372
|
+
},
|
313
373
|
{
|
314
374
|
"id": "card-ai-05-tact-00",
|
315
375
|
"assetId": "ai-05-tact-00",
|