Devlogs
Linking_system Update! [v1.1]
Posted June 28, 2025 by ActumAventinus
#rpgMakerMZ #RPGMZ #Plugin #Summon
Link_system Update to v1.1.
What's new?
Note tags were added :
<affinity:x> // X = element ID from database (transfers skills)
<noskill_affinity:x> // X = element ID (cosmetic affinity text)
<affinity:x>
(X Stands for the elemental type from database)
"Summons" that have this notetag defined on their profiles will also transfers all the skill that match the elemental type. Its an additive transfer along with the skill type.
<noskill_affinity:x>
(X Stands for the elemental type from database) "summons" that have this notetag defined on their profile will NOT transfer the matched elemental type when they are linked. It is a "cosmetic" that allows to show the elemental name beneath our "summon" face graphics. Cannot be used along with <affinity:x>
notetag.
- Some minor visual improvements.