kolpastebin

Skill choice IDs

Oct 4th, 2014
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. int [item] choice_adventure_for_gland;
  2. choice_adventure_for_gland[$item[thunder thigh]] = 967;
  3. choice_adventure_for_gland[$item[aquaconda brain]] = 968;
  4. choice_adventure_for_gland[$item[lightning milk]] = 969;
  5.  
  6. int [skill] choice_id_for_skill;
  7. choice_id_for_skill[$skill[Thunder Clap]] = 1;
  8. choice_id_for_skill[$skill[Thundercloud]] = 2;
  9. choice_id_for_skill[$skill[Thunder Bird]] = 3;
  10. choice_id_for_skill[$skill[Thunderheart]] = 4;
  11. choice_id_for_skill[$skill[Thunderstrike]] = 5;
  12. choice_id_for_skill[$skill[Thunder Down Underwear]] = 6;
  13. choice_id_for_skill[$skill[Thunder Thighs]] = 7;
  14.  
  15. choice_id_for_skill[$skill[Rain Man]] = 1;
  16. choice_id_for_skill[$skill[Rainy Day]] = 2;
  17. choice_id_for_skill[$skill[Make it Rain]] = 3;
  18. choice_id_for_skill[$skill[Rain Dance]] = 4;
  19. choice_id_for_skill[$skill[Rainbow]] = 5;
  20. choice_id_for_skill[$skill[Rain Coat]] = 6;
  21. choice_id_for_skill[$skill[Rain Delay]] = 7;
  22.  
  23. choice_id_for_skill[$skill[Lightning Strike]] = 1;
  24. choice_id_for_skill[$skill[Clean-Hair Lightning]] = 2;
  25. choice_id_for_skill[$skill[Ball Lightning]] = 3;
  26. choice_id_for_skill[$skill[Sheet Lightning]] = 4;
  27. choice_id_for_skill[$skill[Lightning Bolt]] = 5;
  28. choice_id_for_skill[$skill[Lightning Rod]] = 6;
  29. choice_id_for_skill[$skill[Riding the Lightning]] = 7;
Advertisement
Add Comment
Please, Sign In to add comment