Skip to content

Commit c14cebc

Browse files
committed
Add new materials from 2.6 changelog
1 parent d2d3956 commit c14cebc

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

src/data/gamedata/materials.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7926,5 +7926,35 @@
79267926
"type": "Character Level-Up Material",
79277927
"category": "Trophies",
79287928
"icon": "https://i.imgur.com/6kyEkI5.png"
7929+
},
7930+
"Dark Statuette": {
7931+
"name": "Dark Statuette",
7932+
"desc": "*Upcoming material in 2.6, used to upgrade Haran Geppaku Futsu*",
7933+
"type": "Character Level-Up Material",
7934+
"category": "Trophies"
7935+
},
7936+
"Deathly Statuette": {
7937+
"name": "Deathly Statuette",
7938+
"desc": "*Upcoming material in 2.6, used to upgrade Haran Geppaku Futsu*",
7939+
"type": "Character Level-Up Material",
7940+
"category": "Trophies"
7941+
},
7942+
"Quiet Elegance": {
7943+
"name": "Quiet Elegance",
7944+
"desc": "*Upcoming food in 2.6*",
7945+
"type": "Food",
7946+
"category": "Food and Potions"
7947+
},
7948+
"Katsu Sandwich": {
7949+
"name": "Katsu Sandwich",
7950+
"desc": "*Upcoming food in 2.6*",
7951+
"type": "Food",
7952+
"category": "Food and Potions"
7953+
},
7954+
"Rainbow Aster": {
7955+
"name": "Rainbow Aster",
7956+
"desc": "*Upcoming food in 2.6*",
7957+
"type": "Food",
7958+
"category": "Food and Potions"
79297959
}
79307960
}

src/data/gamedata/weapons.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5375,8 +5375,8 @@
53755375
"template": "weaponAscensionsCosts3",
53765376
"mapping": {
53775377
"EnemyDropTierA1": "Gloomy Statuette",
5378-
"EnemyDropTierA2": "Unknown",
5379-
"EnemyDropTierA3": "Unknown",
5378+
"EnemyDropTierA2": "Dark Statuette",
5379+
"EnemyDropTierA3": "Deathly Statuette",
53805380
"EnemyDropTierB1": "Old Handguard",
53815381
"EnemyDropTierB2": "Kageuchi Handguard",
53825382
"EnemyDropTierB3": "Famed Handguard",

0 commit comments

Comments
 (0)