Exemple #1
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Character")
     self.SetEditorValidator(CharacterTextValidor)
Exemple #2
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Character")
     self.SetEditorValidator(CharacterTextValidor)
Exemple #3
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Implant Set")
     self.SetEditorValidator(ImplantTextValidor)
Exemple #4
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent=parent, entityName="Target Profile")
     self.SetEditorValidator(TargetProfileNameValidator)
     self.mainFrame = gui.mainFrame.MainFrame.getInstance()
Exemple #5
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Damage Profile")
     self.SetEditorValidator(DmgPatternTextValidor)
Exemple #6
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Target Resist Profile")
     self.SetEditorValidator(TargetResistsTextValidor)
Exemple #7
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Target Resist Profile")
     self.SetEditorValidator(TargetResistsTextValidor)
Exemple #8
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Implant Set")
     self.SetEditorValidator(ImplantTextValidor)
Exemple #9
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, "Damage Profile")
     self.SetEditorValidator(DmgPatternTextValidor)
Exemple #10
0
 def __init__(self, parent):
     EntityEditor.__init__(self, parent, _t("Damage Profile"))
     self.SetEditorValidator(DmgPatternNameValidator)