Advertisement
OMan100

Untitled

Nov 19th, 2019
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. #Strength
  2. set {dungeon::ability::strength::10::name} to "Double Slash"
  3. set {dungeon::ability::strength::10::desc} to "Your next attack will deal x2 damage"
  4. set {dungeon::ability::strength::10::type} to "Active"
  5. set {dungeon::ability::strength::10::cd} to 5 seconds
  6. #
  7. set {dungeon::ability::strength::20::name} to "Bersek"
  8. set {dungeon::ability::strength::20::desc} to "The lower your health the higher the dmg"
  9. set {dungeon::ability::strength::20::type} to "Passive"
  10. #
  11. set {dungeon::ability::strength::30::name} to "Execute"
  12. set {dungeon::ability::strength::30::desc} to "Your next attack will kill enemies will low health"
  13. set {dungeon::ability::strength::30::type} to "Active"
  14. set {dungeon::ability::strength::30::cd} to 10 seconds
  15. #Defense
  16. set {dungeon::ability::defense::10::name} to "Fortify"
  17. set {dungeon::ability::defense::10::desc} to "Gain defense and slowness for 2 seconds"
  18. set {dungeon::ability::defense::10::type} to "Active"
  19. set {dungeon::ability::defense::10::cd} to 5 seconds
  20. #
  21. set {dungeon::ability::defense::20::name} to "Cactus"
  22. set {dungeon::ability::defense::20::desc} to "Return 10%% of damage recieved"
  23. set {dungeon::ability::defense::20::type} to "Passive"
  24. #
  25. set {dungeon::ability::defense::30::name} to "Parry"
  26. set {dungeon::ability::defense::30::desc} to "Block and return the next attack"
  27. set {dungeon::ability::defense::30::type} to "Active"
  28. set {dungeon::ability::defense::30::cd} to 5 seconds
  29. #Health
  30. set {dungeon::ability::health::10::name} to "Healthy Body"
  31. set {dungeon::ability::health::10::desc} to "Your next attack will deal more damage based on your health"
  32. set {dungeon::ability::health::10::type} to "Active"
  33. set {dungeon::ability::health::10::cd} to 5 seconds
  34. #
  35. set {dungeon::ability::health::20::name} to "Absorbe"
  36. set {dungeon::ability::health::20::desc} to "Gain 1 bonus heart at the start of every room"
  37. set {dungeon::ability::health::20::type} to "Passive"
  38. #
  39. set {dungeon::ability::health::30::name} to "Life Leech"
  40. set {dungeon::ability::health::30::desc} to "Gain 1 heart when killing a monster"
  41. set {dungeon::ability::health::30::type} to "Passive"
  42. #Power
  43. set {dungeon::ability::power::10::name} to "String Twist"
  44. set {dungeon::ability::power::10::desc} to "You twist the string causing the next attack to deal x2 damage"
  45. set {dungeon::ability::power::10::type} to "Active"
  46. set {dungeon::ability::power::10::cd} to 5 seconds
  47. #
  48. set {dungeon::ability::power::20::name} to "Sniper"
  49. set {dungeon::ability::power::20::desc} to "Deal more damage the farther you are"
  50. set {dungeon::ability::power::20::type} to "Passive"
  51. #
  52. set {dungeon::ability::power::30::name} to "Penetration"
  53. set {dungeon::ability::power::30::desc} to "Your arrows ignore 25%% of enemy defense"
  54. set {dungeon::ability::power::30::type} to "Passive"
  55. #Accuracy
  56. set {dungeon::ability::accuracy::10::name} to "Vital Hit"
  57. set {dungeon::ability::accuracy::10::desc} to "Your next arrow will hit a vital part"
  58. set {dungeon::ability::accuracy::10::type} to "Active"
  59. set {dungeon::ability::accuracy::10::type} to "Active"
  60. set {dungeon::ability::accuracy::10::cd} to 5 seconds
  61. #
  62. set {dungeon::ability::accuracy::20::name} to "Bleed"
  63. set {dungeon::ability::accuracy::20::desc} to "Vital hits cause bleeding"
  64. set {dungeon::ability::accuracy::20::type} to "Passive"
  65. #
  66. set {dungeon::ability::accuracy::30::name} to "Blood Loss"
  67. set {dungeon::ability::accuracy::30::desc} to "Vital hits give slowness and weakness"
  68. set {dungeon::ability::accuracy::30::type} to "Passive"
  69. #Reload Speed
  70. set {dungeon::ability::reload_speed::10::name} to "Arrow Collector"
  71. set {dungeon::ability::reload_speed::10::desc} to "Killing a monster gives you an arrow"
  72. set {dungeon::ability::reload_speed::10::type} to "Passive"
  73. #
  74. set {dungeon::ability::reload_speed::20::name} to "Double Arrows"
  75. set {dungeon::ability::reload_speed::20::desc} to "Get 1 more arrow on reload"
  76. set {dungeon::ability::reload_speed::20::type} to "Passive"
  77. #
  78. set {dungeon::ability::reload_speed::30::name} to "Machinegun"
  79. set {dungeon::ability::reload_speed::30::desc} to "Shoot 3 arrows instantly"
  80. set {dungeon::ability::reload_speed::30::type} to "Active"
  81. set {dungeon::ability::reload_speed::30::cd} to 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement