minor update for Valkyrie Generator Vol.10 (#2)

This commit is contained in:
コンマイ
2023-05-01 21:20:44 +08:00
committed by GitHub
parent be7c160253
commit ddc5b3310e
2 changed files with 36 additions and 0 deletions
+26
View File
@@ -832,6 +832,11 @@ export const VALGENE = {
valgene_name: "ヴァルキリージェネレーター 第9弾",
valgene_name_english: "Valkyrie Generator Vol. 9",
valgene_id: 9
},
{
valgene_name: "ヴァルキリージェネレーター 第10弾",
valgene_name_english: "Valkyrie Generator Vol. 10",
valgene_id: 9
}
],
rarity: {
@@ -1063,6 +1068,27 @@ export const VALGENE = {
}
]
},
{
volume: 10,
items: [
{
type: 17, // chat stamp
item_ids: [120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150]
},
{
type: 18, // submonitor bg
item_ids: [224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237]
},
{
type: 19, // bgm
item_ids: [48, 49, 50, 51]
},
{
type: 20, // nemsys
item_ids: [33, 34]
}
]
},
]
}
@@ -117,6 +117,16 @@
"bgm": [43, 44, 45, 46, 47],
"nemsys": [32]
}
},
{
"id": 10,
"name": "Valkyrie Generator Vol. 10",
"items":{
"stamp": [120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150],
"subbg": [224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237],
"bgm": [48, 49, 50, 51],
"nemsys": [33, 34]
}
}
]
}