Advertisement
Kakakadafi

Kadafi - Module

Oct 20th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.89 KB | None | 0 0
  1. #
  2. #  Skill types for new XAS Skill
  3. #
  4. #==============================================================================
  5. # Configuration
  6. #==============================================================================
  7. module Kadafi
  8.   #--------------------------------------------------------------------------
  9.   # * Weapon Skill - Skill Types ID in Terms
  10.   #--------------------------------------------------------------------------
  11.   WeaponSkill_SkillTypesID = 1
  12.   #--------------------------------------------------------------------------
  13.   # * Magic - Skill Types ID in Terms
  14.   #--------------------------------------------------------------------------
  15.   Magic_SkillTypesID = 2
  16. end
  17. #==============================================================================
  18. # Don't edit below this line unless you know what to do.
  19. #==============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement