version 1.6 | | version 1.7 |
---|
| | |
char *tile; /* arch tile to grow on, NULL if anything */ | | char *tile; /* arch tile to grow on, NULL if anything */ |
int random; /* random factor. min 1, higher = lower chance of | | int random; /* random factor. min 1, higher = lower chance of |
* appearance */ | | * appearance */ |
int rfmin; | | float rfmin; |
int rfmax; /* rainfall min/max */ | | float rfmax; /* rainfall min/max (inches/day) */ |
int humin; | | int humin; |
int humax; /* humidity min/max */ | | int humax; /* humidity min/max */ |
int tempmin; | | int tempmin; |
int tempmax; /* temp min/max */ | | int tempmax; /* temp min/max */ |
int elevmin; | | int elevmin; |
int elevmax; /* elevation min/max */ | | int elevmax; /* elevation min/max */ |
| | int season; /* 0=any or 1-5 */ |
} weather_grow_t; | | } weather_grow_t; |
| | |
#endif /* _TOD_H_ */ | | #endif /* _TOD_H_ */ |