cull(engine-cleanup): pass-8 phase-2 cascade round 1 after CardDetailUI stub

This commit is contained in:
gamer147
2026-07-03 22:33:26 -04:00
parent 8e6dbad56b
commit 3d641e9e35
28 changed files with 4 additions and 917 deletions

View File

@@ -174,30 +174,6 @@ public class CardParameter
}
}
public string Description
{
get
{
if (_description != null)
{
return _description;
}
return _description = ConvFlavourText(_descriptionId);
}
}
public string EvoDescription
{
get
{
if (_evoDescription != null)
{
return _evoDescription;
}
return _evoDescription = ConvFlavourText(_evoDescriptionId);
}
}
public string CardVoice
{
get
@@ -380,24 +356,10 @@ public class CardParameter
public bool IsCollaboCard => CardSetNameMgr.IsCollaboSetId(int.Parse(CardSetId));
public bool IsEvolveChoiceCard => CardId.ToString().Substring(0, 3) == "910";
public bool IsPhantomCard => SealedData.IsPhantomCard(CardId);
public bool IsReprintedCard => CardId / 100000000 == 7;
public bool IsEnableFavorite
{
get
{
if (IsBasicCard && NormalCardId == BaseCardId)
{
return false;
}
return true;
}
}
public bool IsPreReleaseCard
{
get