示例#1
0
 internal string GetInfo_MainSkills(string seperator = "| ")
 {
     return($"END:{stats.endurance}{GameCommands.SkillBuff(0, stats, null)}{seperator}" +
            $"INT:{stats.intelligence}{GameCommands.SkillBuff(1, stats, null)}{seperator}" +
            $"STR:{stats.strength}{GameCommands.SkillBuff(2, stats, null)}{seperator}" +
            $"CHA:{stats.charisma}{GameCommands.SkillBuff(3, stats, null)}{seperator}" +
            $"DEX:{stats.intelligence}{GameCommands.SkillBuff(4, stats, null)}{seperator}" +
            $"PER:{stats.perception}{GameCommands.SkillBuff(5, stats, null)}{seperator}");
 }