Example #1
0
 def cost_multiplier(self):
     return get_blueprint_fields_from_config(self, 'cost_multiplier')
Example #2
0
 def preallocated_credits(self):
     return get_blueprint_fields_from_config(self, 'preallocated_credits')
Example #3
0
 def maximum_lifetime(self):
     return get_blueprint_fields_from_config(self, 'maximum_lifetime')
 def cost_multiplier(self):
     return get_blueprint_fields_from_config(self, 'cost_multiplier')
 def preallocated_credits(self):
     return get_blueprint_fields_from_config(self, 'preallocated_credits')
 def maximum_lifetime(self):
     return get_blueprint_fields_from_config(self, 'maximum_lifetime')