Changeset 1247 for cpp/frams/genetics/geneprops.h
- Timestamp:
- 05/21/23 22:52:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/geneprops.h
r1246 r1247 119 119 double assimilation; ///<incremented by A, decremented by a. Biological property, assimilation, photosynthesis (a vertical stick can assimilate twice as much as horizontal one) 120 120 double stamina; ///<incremented by S, decremented by s. Biological property, stamina (increases chance of survival during fights) 121 double ingestion; ///<incremented by I, decremented by i. Biological property, ingestion (ability to gain energy from food)121 double ingestion; ///<incremented by I, decremented by i. Biological property, ingestion (ability to gain/transfer energy from food) 122 122 123 123 double twist; ///<incremented by Q, decremented by q. Twist of a stick
Note: See TracChangeset
for help on using the changeset viewer.