Advertisement
tobast

Untitled

Jul 16th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. core:
  2. raceChangeCooldown: 86400
  3. races:
  4. _list:
  5. - Merman
  6. - Elven
  7. - Dwarf
  8. - Werewolf
  9. - Orc
  10. - Zombie
  11. - Hawkman
  12. - Goldfish
  13. list: []
  14. Merman:
  15. permnode: generic
  16. abilities:
  17. - UNDERWATER_BREATHING
  18. - UNDERWATER_DAMAGER
  19. Elven:
  20. permnode: generic
  21. abilities:
  22. - NATURE_DAMAGER
  23. - ETERNAL_BOW
  24. Dwarf:
  25. permnode: generic
  26. abilities:
  27. - LUCKY_MINER
  28. - MINE_DAMAGER
  29. Werewolf:
  30. permnode: generic
  31. abilities:
  32. - EAT_RUNNER
  33. - NIGHT_BAREHANDS_DAMAGER
  34. Orc:
  35. permnode: generic
  36. abilities:
  37. - GLOBAL_DAMAGER
  38. Zombie:
  39. permnode: generic
  40. abilities:
  41. - DEATH_RISING
  42. - BAREHANDS_POISONER
  43. Hawkman:
  44. permnode: generic
  45. abilities:
  46. - FLYING
  47. - FREEFALL
  48. Goldfish:
  49. permnode: goldfish
  50. abilities:
  51. - UNDERWATER_BREATHING
  52. - AIR_DRAINER
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement