GENETIC SYMBIOTE
By TaskmasterX
When a character with this attribute is close to their Genetic Symbiote, they get stronger and harder to bring down. The closer they are, the stronger they are. You can customize the character who is your symbiote, the range, and the FX that plays on your character and his symbiote. When the characters are within short range (short range being 1/3 of the range (default is 400)) of each other, the bonus is +3 to Strength, +3 to Agility, +1 to Speed, +2 Endurance, +2 Energy, and 10 Invulnerable points.
At medium range, +2 Strength, +2 Agility, +1 Speed, +1 Endurance, +1 Energy, +5 Invulnerable Points.
At long range, +1 Strength, +1 Agility, +1 Speed, +Endurance, +1 Energy, +2 Invulnerable Points.
The bonuses are not given to both the character and the symbiote, only the character with this attribute gets the bonuses. If both characters have this attribute AND are each other's symbiote, then they both get the bonuses.
Customisation
- Radius: The maximum distance the Symbiote can be to start getting bonuses.
- Genetic Symbiote: This is a template or hero file that is the Genetic Symbiote.
- CharacterFX: The FX played on the character when the Genetic Symbiote is within the radius.
- ObjectFX: The FX played on the Genetic Symbiote when within the radius.
Due to FFX Control Centre having a limit on the number of customizable attributes, Genetic Symbiote has to be customized manually by opening ffxcustom2.py:
### Genetic Symbiote
FFX_GENETICSYMBIOTE_CUSTOM=[
["default",400,"","effect_ffxabsorbstrength","effect_ffxpurplestrength"],
["types","iRadius","UGenetic Symbiote","OCharacter FX","OObject FX"],
]
Example:
### Genetic Symbiote
FFX_GENETICSYMBIOTE_CUSTOM=[
["default",400,"","effect_ffxabsorbstrength","effect_ffxpurplestrength"],
["types","iRadius","UGenetic Symbiote","OCharacter FX","OObject FX"],
["glazed do-nut",400,"jelly do-nut","effect_ffxabsorbstrength","effect_ffxpurplestrength"],
]
The name of the hero with the Genetic Symbiote Attribute is "glazed do-nut". 400 is the radius. The name of the hero file that is the Symbiote is "jelly do-nut" and the FX that plays on the character and the symbiote are both found in the Resources tab in FFEdit.