hoshimi-venus 0.14.25 → 0.14.27
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/LeagueQuest.json +52 -52
- package/out/database/LiveAbility.json +1343 -0
- package/out/database/LiveBonus.json +102 -0
- package/out/database/LiveBonusGroup.json +102 -0
- package/out/database/Skill.json +6598 -0
- package/out/database/SkillEfficacy.json +1701 -1
- package/out/database/SkillTrigger.json +10 -0
- package/out/package.json +1 -1
- package/package.json +1 -1
@@ -608,6 +608,11 @@
|
|
608
608
|
"type": 11,
|
609
609
|
"characterIds": []
|
610
610
|
},
|
611
|
+
{
|
612
|
+
"id": "tg-someone_status-visual_boost",
|
613
|
+
"type": 11,
|
614
|
+
"characterIds": []
|
615
|
+
},
|
611
616
|
{
|
612
617
|
"id": "tg-someone_status-visual_down",
|
613
618
|
"type": 11,
|
@@ -618,6 +623,11 @@
|
|
618
623
|
"type": 11,
|
619
624
|
"characterIds": []
|
620
625
|
},
|
626
|
+
{
|
627
|
+
"id": "tg-someone_status-vocal_boost",
|
628
|
+
"type": 11,
|
629
|
+
"characterIds": []
|
630
|
+
},
|
621
631
|
{
|
622
632
|
"id": "tg-someone_status-vocal_down",
|
623
633
|
"type": 11,
|
package/out/package.json
CHANGED