Skip to content

Plugin that utilizes Nosoop's custom attributes framework. This custom attribute lets you throw fireballs once you have enough "mana".

Notifications You must be signed in to change notification settings

tsuza/att_fireballs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

att_fireballs

Throw fireballs at your enemies after filling up your charge meter.

Requirements

Installation

  1. Grab the latest release from the release page and unzip it in your sourcemod folder.
  2. Restart the server or type sm plugins load att_fireballs in the console to load the plugin.

Usage

  • Give the attribute fire wizard spells rage to a weapon in \config\tf_custom_attributes.txt or any other way where you add custom attributes to weapons.

Example

"fire wizard spells rage" "max_rage=2000.0 max_damage_25%=500.0 max_damage_50%=1000.0 max_damage_75%=1500.0 max_damage_100%=2000.0"

- max_rage       <- The total amount of damage that the player has to deal to arrive to 100%.
- max_damage_25  <- The maximum amount of dmg it can deal at 25%.  | Speed = Rocket Speed       | Fluctuation = 60% of the max damage
- max_damage_50  <- The maximum amount of dmg it can deal at 50%.  | Speed = Rocket Speed * 0.8 | Fluctuation = 40 of the max damage
- max_damage_75  <- The maximum amount of dmg it can deal at 75%.  | Speed = Rocket Speed * 0.7 | Fluctuation = 20% of the max damage
- max_damage_100 <- The maximum amount of dmg it can deal at 100%. | Speed = Rocket Speed * 0.6 | Fluctuation = 10% of the max damage

About

Plugin that utilizes Nosoop's custom attributes framework. This custom attribute lets you throw fireballs once you have enough "mana".

Resources

Stars

Watchers

Forks

Packages

No packages published