In the code it shows that when you pick the alien racial intelligence boost, or remove it, you get "++" Alien points and "++" Intelligence instead of the normal -1 or -2. I'm not sure if this bugs out or not, as testing it seemed slightly inconclusive.
Another oddity is that if you make as a large alien, and possibly a small on too, you're actually allowed to remove points from your boosted stats.
I.E. I could take a point out of physical strength and defense and such even though I never put a point into them, just because Large boosts your stats that far.
Also Aliens have trash ki regeneration no matter what, so maybe giving them base 2x ki regeneration would be nice. (Its base 1)
ID:2538785
Jan 21 2020, 4:21 am
|
|||||||||||||
Resolved
| |||||||||||||
Feb 4 2020, 1:16 am
|
|
Kingzombiethe1st changed status to 'Verified'
|
The "++" bit is actually shorthand for +=1 in programmer tongue. It just means add one, or in "--"'s case, subtract one.
|