C# Class OutpostGenerator.JobDriver_TryToCaptureOutpost

Order a pawn to go and try to capture the outpost command console.
Inheritance: JobDriver
ファイルを表示 Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
outpostCommandConsoleTarget TargetIndex

Public Methods

Method Description
ComputeHackResult ( Pawn hacker, SkillDef mainSkill, SkillDef secondarySkill, float chanceToSucceedPerSkillLevel ) : HackingResult

Protected Methods

Method Description
MakeNewToils ( ) : IEnumerable

Method Details

ComputeHackResult() public static method

public static ComputeHackResult ( Pawn hacker, SkillDef mainSkill, SkillDef secondarySkill, float chanceToSucceedPerSkillLevel ) : HackingResult
hacker Pawn
mainSkill SkillDef
secondarySkill SkillDef
chanceToSucceedPerSkillLevel float
return HackingResult

MakeNewToils() protected method

protected MakeNewToils ( ) : IEnumerable
return IEnumerable

Property Details

outpostCommandConsoleTarget public_oe property

public TargetIndex outpostCommandConsoleTarget
return TargetIndex