Default Abilities (default_abilities.ff2) - 50DKP/FF2-Official GitHub Wiki
Default Abilities
Rages
Note: All abilities listed need to have the slot argument when named arguments are used, even If it is not significant for the ability.
| Argument name |
Old name |
Default value |
Description |
Note |
duration |
arg1 |
5.0 |
Duration of the uber |
N/A |
| Argument name |
Old name |
Default value |
Description |
Note |
duration |
arg1 |
5.0 |
Duration of the stun |
N/A |
rage_stunsg - Stun sentry guns
| Argument name |
Old name |
Default value |
Description |
Note |
duration |
arg1 |
7.0 |
Duration of the effect |
N/A |
rage_instant_teleport - Instantly teleport to a random enemy
No arguments
Charges
Note: These abilities usually use slot 1-3. Using another slot from the one specified will cause undefined behavior!
charge_bravejump - Brave Jump
| Argument name |
Old name |
Default value |
Description |
Note |
slot |
arg0 |
0 |
Slot of the ability |
Value must be 1 |
charge time |
arg1 |
1.5 |
Time, needed for making 100% powerful super jump |
N/A |
cooldown |
arg2 |
5.0 |
Cooldown after super jump |
N/A |
force multiplier |
arg3 |
1.0 |
Force multiplier |
ignored if ff2_old_jump=1 |
charge_teleport - Teleport to random enemy.
| Argument name |
Old name |
Default value |
Description |
Note |
slot |
arg0 |
0 |
Slot of the ability |
Value must be 1 |
charge time |
arg1 |
1.5 |
Time, needed for charging up the ability |
N/A |
cooldown |
arg2 |
5.0 |
Cooldown after teleporting |
N/A |
particle |
arg3 |
"" |
Particle effect which will be shown. Can be omitted if no particle effect is wanted |
N/A |
charge_weightdown - Weighdown
| Argument name |
Old name |
Default value |
Description |
Note |
slot |
arg0 |
0 |
Slot of the ability |
Value must be 3 |
Passive Abilities
special_dissolve - Dissolves any player killed
No arguments
Examples
"ability1"
{
"name" "rage_uber" //Ability name
"slot" "0" //Ability slot
"duration" "10.0" //Duration of uber
"plugin_name" "default_abilities" //Sub-plugin being called
}
"ability2"
{
"name" "charge_weightdown" //Ability name
"slot" "3" //Ability slot
"plugin_name" "default_abilities" //Sub-plugin being called
}