SZI_PROJEKT_GR1_TRAKTOR/Cucumber.py

16 lines
339 B
Python

from Plant import Plant
class Cucumber(Plant):
name = 0
is_alive = True
ttl = 100000 #21474836
hydration = 900 #70
soil_level = 800 #70
dehydration_ratio = 1
desoil_ratio = 1
max_soil_lvl = 990 #40
optimal_soil_ratio = 2
max_hydration_lvl = 990 # 40
optimal_hydration_ratio = 2
ready = 300