Mutation - siggame/MegaMinerAI-14 GitHub Wiki

Attributes

  • name - The name of the mutation.

  • type - The type of the mutation.

  • spores - The cost to spawn this mutation in spores.

  • maxRads - The point at which if rads > maxRads, the plant dies.

  • range - The reach of the plant's vines. The distance from the center the plant can interact with other plants.

  • minStrength - The minimum strength value this plant can ever achieve.

  • baseStrength - The default strength value of this plant. The strength will be base strength if no buffs nor debuffs are acting upon the plant.

  • maxStrength - The maximum strength value this plant can ever achieve.

  • maxUproots - The maximum number of uproots this plant can perform per turn.

Functionality

Misc