File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ Type: <span style='color:@u.LabelColor;'>@u.UnlockType.Description()</span><br/>
4141}
4242
4343@if (u .MetalCostMorph2 .HasValue ) {
44- @: Morph 2 cost : @Html .PrintMetal (u .MetalCostMorph2 )< br / >
44+ @: Level 2 - > 3 upgrade cost : @Html .PrintMetal (u .MetalCostMorph2 )< br / >
4545}
4646
4747@if (u .MetalCostMorph3 .HasValue ) {
48- @: Morph 3 cost : @Html .PrintMetal (u .MetalCostMorph3 )< br / >
48+ @: Level 3 - > 4 upgrade cost : @Html .PrintMetal (u .MetalCostMorph3 )< br / >
4949}
5050
5151@if (u .MetalCostMorph4 .HasValue ) {
52- @: Morph 4 cost : @Html .PrintMetal (u .MetalCostMorph4 )< br / >
52+ @: Level 4 - > 5 upgrade cost : @Html .PrintMetal (u .MetalCostMorph4 )< br / >
5353}
5454
5555@if (u .MetalCostMorph5 .HasValue ) {
56- @: Morph 5 cost : @Html .PrintMetal (u .MetalCostMorph5 )< br / >
56+ @: Level 5 - > 6 upgrade cost : @Html .PrintMetal (u .MetalCostMorph5 )< br / >
5757}
5858
5959 @if (u .MorphLevel > 0 ) {
You can’t perform that action at this time.
0 commit comments