C# Class OutpostGenerator.JobDriver_TryToCaptureOutpost

Order a pawn to go and try to capture the outpost command console.
Inheritance: JobDriver
Afficher le fichier Open project: Rikiki123456789/Rimworld

Méthodes publiques

Свойство Type Description
outpostCommandConsoleTarget TargetIndex

Méthodes publiques

Méthode Description
ComputeHackResult ( Pawn hacker, SkillDef mainSkill, SkillDef secondarySkill, float chanceToSucceedPerSkillLevel ) : HackingResult

Méthodes protégées

Méthode Description
MakeNewToils ( ) : IEnumerable

Method Details

ComputeHackResult() public static méthode

public static ComputeHackResult ( Pawn hacker, SkillDef mainSkill, SkillDef secondarySkill, float chanceToSucceedPerSkillLevel ) : HackingResult
hacker Pawn
mainSkill SkillDef
secondarySkill SkillDef
chanceToSucceedPerSkillLevel float
Résultat HackingResult

MakeNewToils() protected méthode

protected MakeNewToils ( ) : IEnumerable
Résultat IEnumerable

Property Details

outpostCommandConsoleTarget public_oe property

public TargetIndex outpostCommandConsoleTarget
Résultat TargetIndex