SuccessfulCreations.lua 357 B

123456789101112131415
  1. --[[
  2. Script Name : Spells\Tradidtions\Tradeskill\SuccessfulCreations.lua
  3. Script Purpose :
  4. Script Author : Zcoretri
  5. Script Date : 2013.02.01
  6. Script Notes : Increases Durability per round by 1.0 and success chance by 1%
  7. --]]
  8. function cast(Caster, Target, DuraMod, SuccessMod)
  9. end
  10. function remove(Caster, Target, DuraMod, SuccessMod)
  11. end