Skip to content

Commit ad6c78e

Browse files
committed
Add Reliquary of Departed Souls material
1 parent 2fd41fd commit ad6c78e

6 files changed

Lines changed: 5 additions & 0 deletions

File tree

app/src/main/java/io/github/fate_grand_automata/util/ImageLoader.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ val MaterialEnum.drawable
181181
MaterialEnum.DemonFlameLantern -> R.drawable.mat_demon_lantern
182182
MaterialEnum.GoldenCauldron -> R.drawable.mat_golden_cauldron
183183
MaterialEnum.MoonlightNucleus -> R.drawable.mat_moonlight_nucleus
184+
MaterialEnum.ReliquaryOfDepartedSoul -> R.drawable.mat_reliquary
184185

185186
MaterialEnum.MonumentSaber -> R.drawable.mat_monument_saber
186187
MaterialEnum.MonumentArcher -> R.drawable.mat_monument_archer

app/src/main/java/io/github/fate_grand_automata/util/LocalizationExtensions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ val MaterialEnum.stringRes: Int
134134
MaterialEnum.MoonlightNucleus -> R.string.mat_moonlight_nucleus
135135
MaterialEnum.DivineLens -> R.string.mat_divine_lens
136136
MaterialEnum.HolyWaterOfDestiny -> R.string.mat_holy_water_of_destiny
137+
MaterialEnum.ReliquaryOfDepartedSoul -> R.string.mat_reliquary_of_departed_soul
137138

138139
MaterialEnum.MonumentSaber -> R.string.mat_monument_saber
139140
MaterialEnum.MonumentArcher -> R.string.mat_monument_archer
16.4 KB
Loading

app/src/main/res/values-ja/localized.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
<string name="mat_moonlight_nucleus">"月光核"</string>
344344
<string name="mat_divine_lens">"神彩のレンズ"</string>
345345
<string name="mat_holy_water_of_destiny">"天命の聖水"</string>
346+
<string name="mat_reliquary_of_departed_soul">"遺霊箱"</string>
346347
<string name="mat_monument_saber">"セイバー モニュメント"</string>
347348
<string name="mat_monument_archer">"アーチャー モニュメント"</string>
348349
<string name="mat_monument_lancer">"ランサー モニュメント"</string>

app/src/main/res/values/localized.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ Please turn on accessibility for this app from System settings. If it is already
332332
<string name="mat_moonlight_nucleus">Moonlight Nucleus</string>
333333
<string name="mat_divine_lens">Divine Lens</string>
334334
<string name="mat_holy_water_of_destiny">Holy Water of Destiny</string>
335+
<string name="mat_reliquary_of_departed_soul">"Reliquary of Departed Soul"</string>
335336
<string name="mat_monument_saber">"Saber Monument"</string>
336337
<string name="mat_monument_archer">"Archer Monument"</string>
337338
<string name="mat_monument_lancer">"Lancer Monument"</string>

scripts/src/main/java/io/github/fate_grand_automata/scripts/enums/MaterialEnum.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ enum class MaterialEnum {
6464
GoldenCauldron,
6565
MoonlightNucleus,
6666
HolyWaterOfDestiny,
67+
ReliquaryOfDepartedSoul,
6768

6869
MonumentSaber,
6970
MonumentArcher,

0 commit comments

Comments
 (0)