Skip to content

Commit 73a3a5d

Browse files
authored
Merge pull request #706 from 7474/copilot/advance-porting-process
移植: IsAbleToEnter, IsAvailable, IsNecessarySkillSatisfied, IsNecessarySkillSatisfied2 を実装
2 parents 7fd1952 + 5af78f3 commit 73a3a5d

File tree

3 files changed

+1022
-1101
lines changed

3 files changed

+1022
-1101
lines changed

SRC.Sharp/SRCCore/Pilots/Pilot.skill.cs

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,10 +1058,16 @@ private static string SkillName0(SkillData sd)
10581058
return "";
10591059
}
10601060

1061-
// // 特殊能力名称(必要技能判定用)
1062-
// // 名称からレベル指定を削除し、名称が非表示にされている場合は元の特殊能力名
1063-
// // もしくはエリアス名を使用する。
1064-
// public string SkillNameForNS(string stype)
1061+
// 特殊能力名称(必要技能判定用)
1062+
// 名称からレベル指定を削除し、名称が非表示にされている場合は元の特殊能力名
1063+
// もしくはエリアス名を使用する。
1064+
// TODO Impl SkillNameForNS 仕様が重い
1065+
public string SkillNameForNS(string stype)
1066+
{
1067+
return stype;
1068+
}
1069+
1070+
// public string SkillNameForNS_Impl(string stype)
10651071
// {
10661072
// string SkillNameForNSRet = default;
10671073
// SkillData sd;

0 commit comments

Comments
 (0)