Skip to content

Commit

Permalink
OC 3 Mats
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Sep 22, 2024
1 parent 1cdcb68 commit 32f8c06
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ val MaterialEnum.drawable
MaterialEnum.AmnestyBell -> R.drawable.mat_amnesty_bell
MaterialEnum.CeremonialBlade -> R.drawable.mat_ceremonial_blade
MaterialEnum.UnforgettableAshes -> R.drawable.mat_ashes
MaterialEnum.ObsidianEdge -> R.drawable.mat_obsidian_edge
MaterialEnum.VestigeOfMadness -> R.drawable.mat_vestige

MaterialEnum.Seed -> R.drawable.mat_seed
MaterialEnum.GhostLantern -> R.drawable.mat_ghost_lantern
Expand All @@ -240,6 +242,10 @@ val MaterialEnum.drawable
MaterialEnum.DivineSpiritParticle -> R.drawable.mat_particle
MaterialEnum.RainbowThreadBall -> R.drawable.mat_thread
MaterialEnum.FantasyScales -> R.drawable.mat_fantasy_scales
MaterialEnum.Sunscale -> R.drawable.mat_sunscale
MaterialEnum.Converger -> R.drawable.mat_converger
MaterialEnum.FlowerOfTheEnd -> R.drawable.mat_flower_of_the_end
MaterialEnum.UniversalCube -> R.drawable.mat_universal_cube

MaterialEnum.Claw -> R.drawable.mat_claw
MaterialEnum.Heart -> R.drawable.mat_heart
Expand All @@ -259,12 +265,8 @@ val MaterialEnum.drawable
MaterialEnum.StarShard -> R.drawable.mat_star_shard
MaterialEnum.FruitOfEternity -> R.drawable.mat_fruit
MaterialEnum.DemonFlameLantern -> R.drawable.mat_demon_lantern
MaterialEnum.ObsidianEdge -> R.drawable.mat_obsidian_edge
MaterialEnum.VestigeOfMadness -> R.drawable.mat_vestige
MaterialEnum.Sunscale -> R.drawable.mat_sunscale
MaterialEnum.Converger -> R.drawable.mat_converger
MaterialEnum.FlowerOfTheEnd -> R.drawable.mat_flower_of_the_end
MaterialEnum.GoldenCauldron -> R.drawable.mat_golden_cauldron
MaterialEnum.MoonlightNucleus -> R.drawable.mat_moonlight_nucleus

MaterialEnum.MonumentSaber -> R.drawable.mat_monument_saber
MaterialEnum.MonumentArcher -> R.drawable.mat_monument_archer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ val MaterialEnum.stringRes: Int
MaterialEnum.Converger -> R.string.mat_converger
MaterialEnum.FlowerOfTheEnd -> R.string.mat_flower_of_the_end
MaterialEnum.GoldenCauldron -> R.string.mat_golden_cauldron
MaterialEnum.UniversalCube -> R.string.mat_universal_cube
MaterialEnum.MoonlightNucleus -> R.string.mat_moonlight_nucleus

MaterialEnum.MonumentSaber -> R.string.mat_monument_saber
MaterialEnum.MonumentArcher -> R.string.mat_monument_archer
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/mat_universal_cube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/src/main/res/values-b+zh+CN/localized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ Order Change"</string>
<string name="mat_converger">"以太蓄光体(暂译)"</string>
<string name="mat_flower_of_the_end">"终之花"</string>
<string name="mat_golden_cauldron">"黄金釜"</string>
<string name="mat_universal_cube">"宇宙立方体"</string>
<string name="mat_moonlight_nucleus">"月光核"</string>
<string name="mat_monument_saber">"剑阶金像"</string>
<string name="mat_monument_archer">"弓阶金像"</string>
<string name="mat_monument_lancer">"枪阶金像"</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-b+zh+TW/localized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@
<string name="mat_converger">乙太蓄光體(暫譯)</string>
<string name="mat_flower_of_the_end">"終之花"</string>
<string name="mat_golden_cauldron">"黃金釜"</string>
<string name="mat_universal_cube">"宇宙立方體"</string>
<string name="mat_moonlight_nucleus">"月光核"</string>
<string name="mat_monument_saber">劍階金像</string>
<string name="mat_monument_archer">弓階金像</string>
<string name="mat_monument_lancer">槍階金像</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-ja/localized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@
<string name="mat_converger">"エーテル収光体"</string>
<string name="mat_flower_of_the_end">"終の花"</string>
<string name="mat_golden_cauldron">"黄金釜"</string>
<string name="mat_universal_cube">"ユニバーサルキューブ"</string>
<string name="mat_moonlight_nucleus">"月光核"</string>
<string name="mat_monument_saber">"セイバー モニュメント"</string>
<string name="mat_monument_archer">"アーチャー モニュメント"</string>
<string name="mat_monument_lancer">"ランサー モニュメント"</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/localized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ Please turn on accessibility for this app from System settings. If it is already
<string name="mat_converger">"Ether Proton Converger"</string>
<string name="mat_flower_of_the_end">Flower of the End</string>
<string name="mat_golden_cauldron">Golden Cauldron</string>
<string name="mat_universal_cube">Universal Cube</string>
<string name="mat_moonlight_nucleus">Moonlight Nucleus</string>
<string name="mat_monument_saber">"Saber Monument"</string>
<string name="mat_monument_archer">"Archer Monument"</string>
<string name="mat_monument_lancer">"Lancer Monument"</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ enum class MaterialEnum {
Sunscale,
Converger,
FlowerOfTheEnd,
UniversalCube,

Claw,
Heart,
Expand All @@ -60,6 +61,7 @@ enum class MaterialEnum {
FruitOfEternity,
DemonFlameLantern,
GoldenCauldron,
MoonlightNucleus,

MonumentSaber,
MonumentArcher,
Expand Down

0 comments on commit 32f8c06

Please sign in to comment.