Custom Skill Core is a plugin that allows you to create much more customized
skill formulas with little to no JS knowledge. To do so, create a new blank
JS file and name it what you want. Then create a new function like so:
JIF_Custom_Skill.YOURSKILLNAMEHERE = function(value, action) {
//Mess with the value variable however you want
//Example
value = 10; //The skill will now do a set 10 damage.
return value; //Returns the amount of damage to do
}
Download the plugin here:
Credits:
Free for commercial and non-commercial use.
Just credit me under the name of "Jiffy".