hoshimi-venus 0.14.29 → 0.14.31
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 +242 -34
- package/out/database/Character.json +4 -2
- package/out/database/Setting.json +4 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
@@ -632,7 +632,8 @@
|
|
632
632
|
"name": "佐伯遙子",
|
633
633
|
"enName": "HARUKO SAEKI",
|
634
634
|
"cv": "佐伯遙子",
|
635
|
-
"colorCode": "#B77BF4"
|
635
|
+
"colorCode": "#B77BF4",
|
636
|
+
"description": ""
|
636
637
|
},
|
637
638
|
"talkArrivalAdditionMotionAssetId": "",
|
638
639
|
"viewConditionId": "",
|
@@ -2579,7 +2580,8 @@
|
|
2579
2580
|
"name": "一ノ瀬怜",
|
2580
2581
|
"enName": "REI ICHINOSE",
|
2581
2582
|
"cv": "一ノ瀬怜",
|
2582
|
-
"colorCode": "68D2E9"
|
2583
|
+
"colorCode": "68D2E9",
|
2584
|
+
"description": "ダンスが大好きな高校三年生。主人公のバイト先の先輩であり、クラスメイト。クールな性格で、周囲ともあまり関わろうとしない。"
|
2583
2585
|
},
|
2584
2586
|
"talkArrivalAdditionMotionAssetId": "",
|
2585
2587
|
"viewConditionId": "",
|
@@ -160,6 +160,10 @@
|
|
160
160
|
"leagueRankingDisplayRankLimit": 100,
|
161
161
|
"loveSaveSlotNum": 5,
|
162
162
|
"secondsPerLoveLessonStep": 10,
|
163
|
+
"dreamQuestCharacterAdvantagePermil": 1300,
|
164
|
+
"dreamGenerateAreaBasePhotoRequiredRarity": 4,
|
165
|
+
"dreamAreaName": "イメージトレーニング",
|
166
|
+
"dreamGenerateAreaMaterialPhotoRequiredRarity": 4,
|
163
167
|
"statusEffectTypeStrengthList": [
|
164
168
|
1,
|
165
169
|
2,
|
package/out/package.json
CHANGED