Advertisement
yojimbos_law

300's in items and effects

Dec 17th, 2018
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. > ash foreach i in $items[]{if(i.string_modifier("Modifiers").contains_text("300")) print(i);}
  2.  
  3. nurse's hat
  4. lawn dart
  5. red wagon
  6. Mer-kin eyeglasses
  7. Mer-kin gutgirdle
  8. Drunkula's ring of haze
  9. Unkillable Skeleton's shield
  10. Boosty Juice
  11. li'l pirate costume
  12. sour ball and chain
  13. Returned: void
  14.  
  15. > ash foreach i in $effects[]{if(i.string_modifier("Modifiers").contains_text("300")) print(i);}
  16.  
  17. Inscrutable exoskeleton
  18. Puissant Pressure
  19. Perspicacious Pressure
  20. Pulchritudinous Pressure
  21. Sole Soul
  22. The HeyDezebound Heart
  23. The Pleasures of the Flesh
  24. Let's Go Shopping!
  25. Superveiny 9000
  26. Gutballed
  27. Nettled
  28. Nature's Bounty
  29. Hare-o-dynamic
  30. Jukebox Hero
  31. You're Back...
  32. How to Scam Tourists
  33. Giant Growth
  34. Synthesis: Strong
  35. Synthesis: Smart
  36. Synthesis: Cool
  37. Synthesis: Hardy
  38. Synthesis: Energy
  39. Synthesis: Greed
  40. Noise Cancelled
  41. I'll Have the Soup
  42. Returned: void
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement