Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. INSERT INTO champions (name, cost, hp, attack_speed, damage, range, armor, mr, icon, origin, class, skill) VALUES('yasuo',
  2. 5,
  3. '650/1170/2340',
  4. 1.0,
  5. 65,
  6. 180,
  7. 35,
  8. 20,
  9. 'https://img.rankedboost.com/wp-content/plugins/league/assets/champion-icons/Yasuo-Icon.png',
  10. 'exile',
  11. 'blademaster',
  12. '{"name": "steel tempest",
  13. "desc": "Yasuo stabs forward dealing damage. On third cast, Yasuo launches a tornado dealing damage and knocking up enemies in a line.",
  14. "bonuses": [{
  15. "name": "damage",
  16. "value": "150/250/350"
  17. },
  18. {
  19. "name": "range",
  20. "value": "2"
  21. },
  22. {
  23. "name": "empowered range",
  24. "value": "6"
  25. },
  26. {
  27. "name": "knock duration",
  28. "value": "1.25"
  29. }],
  30. "icon": "https://img.rankedboost.com/wp-content/plugins/league/assets/tft-ability/Steel%20Tempest.png%22%7D"}');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement