Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. case 0: {
  2. // Ra's Band
  3.  
  4. <Freeze immunity>
  5. _all_stats = 400;
  6.  
  7. lootProperties[INV_SOCKETS] = 1;
  8. lootProperties[INV_LEVEL_REQ] = 68;
  9. lootProperties[INV_RARITY] = _highest_rarity;
  10. break;
  11. }
  12. case 1: {
  13. // Ring of Courage
  14.  
  15. <Stun immunity>
  16. _all_stats = 400;
  17.  
  18. lootProperties[INV_SOCKETS] = 1;
  19. lootProperties[INV_LEVEL_REQ] = 68;
  20. lootProperties[INV_RARITY] = _highest_rarity;
  21. break;
  22. }
  23. case 2: {
  24. // Demonsteel ring
  25.  
  26. < Flight>
  27. _speed = 40;
  28.  
  29.  
  30. lootProperties[INV_SOCKETS] = 1;
  31. lootProperties[INV_LEVEL_REQ] = 68;
  32. lootProperties[INV_RARITY] = _highest_rarity;
  33. break;
  34. }
  35.  
  36. case 3: {
  37. // Ring of immortality
  38.  
  39. < kun hpeet tippuu alle 50% -> proccaa immunity shieldi 2 sekunniks>
  40. ^Tähän joku 30-60 sekunnin cd?
  41. Ilmeisesti on joku 1 shot mechanic ettei voi 1 shottaantua niin siihen vois sitoo
  42. et enabloi jonku 2sec immunityn
  43.  
  44. _all_stats = 400;
  45.  
  46.  
  47. lootProperties[INV_SOCKETS] = 1;
  48. lootProperties[INV_LEVEL_REQ] = 68;
  49. lootProperties[INV_RARITY] = _highest_rarity;
  50. break;
  51. }
  52.  
  53. case 4: {
  54. // Ring of Indy
  55.  
  56. < Trap immunity> || Ainut et joutuis kirjottaan erillisen koodin bossin instagib damagelle
  57. ja emt kui monessa paikkaa on käytetty trap damagee.
  58. _all_stats = 400;
  59.  
  60. lootProperties[INV_SOCKETS] = 1;
  61. lootProperties[INV_LEVEL_REQ] = 68;
  62. lootProperties[INV_RARITY] = _highest_rarity;
  63. break;
  64. }
  65.  
  66. case 5: {
  67. // Ring of Vampirism
  68. _mana_per_hit = 3;
  69. _life_per_hit = 3;
  70. _all_talents = 1;
  71.  
  72. lootProperties[INV_SOCKETS] = 1;
  73. lootProperties[INV_LEVEL_REQ] = 68;
  74. lootProperties[INV_RARITY] = _highest_rarity;
  75. break;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement