| @@ -678,8 +678,9 @@ options = [ | |||
| "name": "Prey growth factor", | |||
| "id": "basePreyGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.8", | |||
| "tooltip": "How much of what you eat gets automatically added to your body. Setting this to [0] disables it. To add half of your prey mass to your own, set to [.5]." | |||
| "default": "80", | |||
| "unit": "percentage", | |||
| "tooltip": "How much of what you eat gets automatically added to your body. Setting this to 0% disables it. To add half of your prey mass to your own, set to 50%." | |||
| }, | |||
| { | |||
| "name": "Scale growth with size", | |||
| @@ -913,8 +914,9 @@ options = [ | |||
| "name": "Anal autogrowth factor", | |||
| "id": "assGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Manual digestion", | |||
| @@ -1092,8 +1094,9 @@ options = [ | |||
| "name": "Tail autogrowth factor", | |||
| "id": "tailGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Automatic Digestion", | |||
| @@ -1209,15 +1212,17 @@ options = [ | |||
| "name": "Cock autogrowth factor", | |||
| "id": "cockGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Balls autogrowth factor", | |||
| "id": "ballGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Cock Vore", | |||
| @@ -1393,15 +1398,17 @@ options = [ | |||
| "name": "Vagina autogrowth factor", | |||
| "id": "vaginaGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Womb autogrowth factor", | |||
| "id": "wombGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Automatic Digestion", | |||
| @@ -1524,8 +1531,9 @@ options = [ | |||
| "name": "Breast autogrowth factor", | |||
| "id": "breastGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Automatic Digestion", | |||
| @@ -1658,7 +1666,8 @@ options = [ | |||
| "name": "Souls autogrowth factor", | |||
| "id": "soulGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.25", | |||
| "default": "25", | |||
| "unit": "percentage", | |||
| "tooltip": "How much you grow when absorbing souls. [1]-you will gain equal mass to the souls you absorb. [.01]- you will grow by 1% of the mass of the souls you absorb. This does not stack with Prey growth factor" | |||
| }, | |||
| { | |||
| @@ -1848,7 +1857,8 @@ options = [ | |||
| "name": "Goo autogrowth factor", | |||
| "id": "gooGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.8", | |||
| "default": "80", | |||
| "unit": "percentage", | |||
| "tooltip": "How much you grow when absorbing people via goo. [1]-you will gain equal mass to the souls you absorb. [.01]- you will grow by 1% of the mass of the souls you absorb. This does not stack with Prey growth factor" | |||
| }, | |||
| { | |||
| @@ -1886,8 +1896,9 @@ options = [ | |||
| "name": "Paw autogrowth factor", | |||
| "id": "pawGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Automatic Digestion", | |||
| @@ -2076,8 +2087,9 @@ options = [ | |||
| "name": "Wing autogrowth factor", | |||
| "id": "wingGrowthFactor", | |||
| "type": "float", | |||
| "default": "0.01", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, [1]:all mass goes to this part [.2]:20% part growth-80% overall growth." | |||
| "default": "1", | |||
| "unit": "percentage", | |||
| "tooltip": "How much this part grows during part specific digestion. This is relative to overall growth, 100%:all mass goes to this part 20%:20% part growth-80% overall growth." | |||
| }, | |||
| { | |||
| "name": "Automatic Digestion", | |||