Skip to content

Commit 3dacde9

Browse files
committed
💄 最大発動回数のフォントを修正
1 parent 3b90963 commit 3dacde9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

TheSkyBlessing/data/asset_manager/loot_tables/artifact/generate_lore/equipment.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
"italic": false
2020
},
2121
{
22-
"text": "セット装備: "
22+
"text": "装備時効果 ",
23+
"font": "misaki/gothic"
24+
},
25+
{
26+
"text": "\u0006",
27+
"font": "space"
2328
},
2429
{
2530
"storage": "asset:artifact",

TheSkyBlessing/data/asset_manager/loot_tables/artifact/generate_lore/parts_max.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
"italic": false
2020
},
2121
{
22-
"text": "最大発動回数: "
22+
"text": "最大重複数 ",
23+
"font": "misaki/gothic"
24+
},
25+
{
26+
"text": "\u0006",
27+
"font": "space"
2328
},
2429
{
2530
"storage": "asset:artifact",

0 commit comments

Comments
 (0)