Definition at line 13 of file jump_privateer.py.
def __init__ |
( |
|
self, |
|
|
|
sigdis, |
|
|
|
detectiondis, |
|
|
|
gendis, |
|
|
|
minships, |
|
|
|
genships, |
|
|
|
fighterprob, |
|
|
|
enemyprob, |
|
|
|
capprob, |
|
|
|
credits_to_maximize_difficulty, |
|
|
|
capdist |
|
) |
| |
Definition at line 15 of file jump_privateer.py.
16 def __init__ (self,sigdis, detectiondis, gendis, minships, genships, fighterprob, enemyprob, capprob, credits_to_maximize_difficulty, capdist):
18 Director.Mission.__init__(self)
20 self.
loops=(difficulty (credits_to_maximize_difficulty),
21 random_encounters (sigdis, detectiondis, gendis, minships,genships,fighterprob,enemyprob,capprob,capdist),
total_jump.total_jump()