Advertisement
virelen

Untitled

Feb 28th, 2024
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. revenant_routes = {
  2. "affs": {
  3. "weapons": "1hblades",
  4. "blurb": "Standard 1h affs speed route",
  5. "chirography": {
  6. 'iyedlo': iyedlo,
  7. 'atdum': atdum,
  8. },
  9. "eq_use": {
  10. 'discord': discord,
  11. 'discord_paresis_1h': discord_paresis_1h,
  12. 'discord_stupidity_1h': discord_stupidity_1h,
  13. },
  14. "attacks": {
  15. #'misdirectRelic': None,
  16. #'defensiveReflection': None,
  17. #'defensiveShielding': None,
  18. #'defensiveWait': None,
  19. #'tumblestop': None,
  20. #'extirpate': None,
  21. #'cull': None,
  22. #'deceive': None,
  23. #'harrow': None,
  24. 'dpl': dpl,
  25. },
  26. "venoms": {
  27. "wasiPrio": wasiPrio,
  28. #"mortalterror": None,
  29. #"offFocusSlickness": None, #Fires if they have 3s left on focus cd and have asthma
  30. #"offFocusAnorexia": None, #This will lock slickeness (smoke cure) and give anorexia (slickness)
  31. #"offFocusStupidity": None, #buffers 1 use of focus
  32. #"paresis": None,
  33. #"clumsiness": None,
  34. #"asthma": None,
  35. #"allergies": None,
  36. #"vomiting": None,
  37. #"slickness": None,
  38. #"anorexia": None,
  39. #"stupidity": None,
  40. #"lock_left_leg_crippled": None,
  41. #"lock_right_leg_crippled": None,
  42. #"disfigurement": None, #remember to check against classes that actually have loyals
  43. #"physical_disruption": None,
  44. #"mental_disruption": None,
  45. #"crippled": None,
  46. #"crippled_body": None,
  47. #"weariness": None,
  48. #"lock_left_arm_crippled": None,
  49. #"lock_right_arm_crippled": None,
  50. #"haemophilia": None,
  51. #"no_deaf": None,
  52. #"sensitivity": None,
  53. }
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement