mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +08:00
优化显示格式
This commit is contained in:
parent
9d5dde6d6e
commit
78c141d046
@ -389,10 +389,10 @@ namespace Milimoe.FunGame.Core.Entity
|
|||||||
builder.AppendLine("物品描述:" + Description);
|
builder.AppendLine("物品描述:" + Description);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Skills.Active != null) builder.AppendLine($"{Skills.Active.ToString()}");
|
if (Skills.Active != null) builder.AppendLine($"{Skills.Active.ToString().Trim()}");
|
||||||
foreach (Skill skill in Skills.Passives)
|
foreach (Skill skill in Skills.Passives)
|
||||||
{
|
{
|
||||||
builder.Append($"{skill.ToString().Trim()}");
|
builder.AppendLine($"{skill.ToString().Trim()}");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (BackgroundStory != "")
|
if (BackgroundStory != "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user