IngredientPositionModifiers#

class corkus.objects.IngredientPositionModifiers#

Modifier of Ingredient that change effectiveness of other ingredients in the grid.

property right#

Ingredient effectiveness modifier in precentage to ingredients to the right of this one.

Return type:

int

property left#

Ingredient effectiveness modifier in precentage to ingredients to the left of this one.

Return type:

int

property above#

Ingredient effectiveness modifier in precentage to ingredients above of this one.

Return type:

int

property under#

Ingredient effectiveness modifier in precentage to ingredients under this one.

Return type:

int

property touching#

Ingredient effectiveness modifier in precentage to ingredients touching this one.

Return type:

int

property not_touching#

Ingredient effectiveness modifier in precentage to ingredients not touching this one.

Return type:

int