Metamorphosis allows players to transform into animals or creatures based on species and rank, with custom stats, VFX, audio, and animations.
VIDEO PREVIEW ON DISCORD : https://discord.gg/6PpcxDwR9E
Species & Ranks
Supports multiple forms per race:
['lycan']['Alpha']
['lycan']['Beta']
['vampire']['Elder']
Transformation Model & Health
Each form has its own model and HP rules:
Model = "Direwolves"
MaxHealth = 400
ApplyMaxHealth = false
Keep current HP % or force full health
Visual Effects (PTFX)
Transformation visuals on caster:
Ptfx = {
enabled = true,
scale = 1.0,
duration = 3000,
sync = true
}
Bone-based
Custom color
Fully synced
Audio (Optional)
3D sound during transformation:
Audio = {
enabled = false,
volume = 0.6,
range = 25.0
}
Animations
Optional cast animation:
Anim = {
enabled = false,
duration = 3000
}
Notifications
Clear state messages:
Transforming = "Transforms..."
Reverting = "Reverting to human form..."