new pet ui

This commit is contained in:
Ino 2025-07-14 14:34:58 +09:00
parent ed49489897
commit ca60dcece8
1 changed files with 9 additions and 9 deletions

View File

@ -28,6 +28,12 @@ public class PetSkillDetailUI : uScrollViewMgr
table_petlist.Ins.Get_Data_orNull(petid), "0", petid);
var cooltime = data.Get_CoolTime(petData.Get_Stat(eStat.COOLTIME_Multiplier) + petData.Get_Stat(eStat.Pet_CoolTime));
texts[1].text = DSUtil.GetCommaText_N2(cooltime);
}
else
{
//CardBase_AllOff();
texts[1].text = table_localtext.Ins.Get_Text(24);
}
var awkendatas = table_skillawakenconfig.Ins.Get_DataList(skillid);
for (int i = 0; i < awkendatas.Count; i++)
@ -37,12 +43,6 @@ public class PetSkillDetailUI : uScrollViewMgr
}
Set_ScrollView(skillAwakenDetailDatas);
}
else
{
CardBase_AllOff();
texts[1].text = table_localtext.Ins.Get_Text(24);
}
}
}
public class SkillAwakenDetailData