Advertisement
rubixcuber

YI Effects

Dec 18th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. new Effect("Lose Baby Mario", "losemario"),
  2. new Effect("Save Baby Mario", "savemario"),
  3.  
  4. new Effect("Give Stars", "givestars", new[] {"quantity30"}),
  5. new Effect("Take Stars", "takestars", new[] {"quantity30"}),
  6.  
  7. new Effect("Give Lives", "givelives", new[] {"quantity99"}),
  8. new Effect("Take Lives", "takelives", new[] {"quantity99"}),
  9.  
  10. new Effect("Give Flower", "giveflower"),
  11. new Effect("Take Flower", "takeflower"),
  12.  
  13. new Effect("Give Coins", "givecoins", new[] {"quantity99"}),
  14. new Effect("Take Coins", "takecoins", new[] {"quantity99"}),
  15.  
  16. new Effect("Invincibility Star", "star"),
  17.  
  18. new Effect("Give Green Egg", "greenegg"),
  19. new Effect("Give Yellow Egg", "yellowegg"),
  20. new Effect("Give Red Egg", "redegg"),
  21. new Effect("Give Flashing Egg", "flashegg"),
  22. new Effect("Take Egg", "takeegg"),
  23.  
  24. new Effect("Yoshi Color", "yoshicolor", ItemKind.BidWar),
  25.  
  26. new Effect("Send Transformation", "transform", ItemKind.Folder),
  27.  
  28. new Effect("Spawn Chomp Rock", "rock"),
  29. new Effect("Spawn Winged Cloud", "cloud", ItemKind.Folder),
  30.  
  31. new Effect("Kill Player", "kill"),
  32. new Effect("Give Item (Immediate)", "item", ItemKind.Folder),
  33. new Effect("Give Item (Stock)", "itemstock", ItemKind.Folder),
  34. new Effect("Swap Patient/Hasty", "controls"),
  35.  
  36. new Effect("Trigger Ground Pound", "pound"),
  37. new Effect("Disable Ground Pound (30 seconds)", "nopound"),
  38. new Effect("Endless Flutter (30 seconds)", "holdflutter"),
  39. new Effect("Disable Flutter (30 seconds)", "noflutter"),
  40. new Effect("Disable Egg Throwing (30 seconds)", "nothrow"),
  41. new Effect("Darkness (30 seconds)", "darkness"),
  42. new Effect("Tap-tap rain (30 seconds)", "taprain"),
  43. new Effect("One-Hit KO (30 seconds)", "ohko"),
  44. new Effect("Invert L/R (30 Seconds)", "invertlr"),
  45. new Effect("Yoshi's Highland (30 Seconds)", "highland"),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement