Customizable Features
VIDEO PREVIEW : https://discord.gg/6PpcxDwR9E
This configuration file allows you to fully customize the Roar spell behavior, visuals, audio, and gameplay effects.
Spell Mechanics
You can adjust how the Roar spell affects targets:
Single target or AOE
singleTarget = false
aoeradius = 5.0
If singleTarget is set to true, only the closest target will be affected.
If false, all entities inside the AOE radius will be hit.
Ragdoll & Stun
ragdoll = true
force = 5.0
stunDuration = 3500
Enables ragdoll physics and stuns targets for the specified duration (in ms).
Damage system
enabledamage = true
damage = 50
You can enable or disable damage and define how much damage the spell deals.
Target Selection Marker
The spell includes a customizable target selector:
selectionmaker = {
range = 45.0,
radius = 2.0,
size = 0.2,
drawRadius = true
}
This controls how far you can target and how the selection marker is displayed.
Audio Configuration
You can attach a custom sound to the spell:
Audio = {
active = true,
resource = "arcane-roar",
file = "assets/audio/roar.mp3",
volume = 0.15,
range = 15.0,
duration = 3000
}
The sound is automatically removed once the duration ends.
Visual Effects (PTFX)
Cast Effects (on the player)
CastPtfx = {
{
asset = "des_vaultdoor",
name = "ent_ray_pro1_concrete_impacts",
scale = 2.5,
duration = 1500,
bones = { 14201, 52301 },
sync = true
}
}
Target Effects (on hit entities)
TargetPtfx = {
{
active = false,
asset = "scr_xm_heat",
name = "scr_xm_heat_camo",
duration = 10000
}
}
You can add multiple PTFX entries for layered effects.
Animations
Config.Animation = {
CastAnim = {
dict = "rcmbarry",
name = "bar_1_teleport_aln",
duration = 1500,
freeze = true
},
TargetAnim = {
dict = "zombies_animations",
name = "agony",
duration = 5000,
freeze = true
}
}
Control animations for both the caster and the affected targets.
Notifications
Config.Notification = {
Attacker = {
message = "Hai usato Ruggito con successo!"
},
Receiver = {
message = "Sei stato stordito da un Ruggito!"
}
}
You can customize or disable notifications for both sides.
Arcane Core Requirement