Advertisement
yojimbos_law

negative item drop

Dec 17th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. > ash foreach i in $items[]{if(i.numeric_modifier("item drop") < 0 ) print(i+": "+i.numeric_modifier("item drop"));}
  2.  
  3. makeshift SCUBA gear: -50.0
  4. rusty diving helmet: -50.0
  5. aerated diving helmet: -25.0
  6. crappy Mer-kin mask: -25.0
  7. Mer-kin gladiator mask: -25.0
  8. Mer-kin scholar mask: -25.0
  9. old SCUBA tank: -50.0
  10. radiation-resistant helmet: -10.0
  11. Dinsey mascot mask: -50.0
  12. high-temperature mining mask: -100.0
  13. Returned: void
  14.  
  15. > ash foreach i in $effects[]{if(i.numeric_modifier("item drop") < 0 ) print(i+": "+i.numeric_modifier("item drop"));}
  16.  
  17. Big Veiny Brain: -10.0
  18. Wasabi Sinuses: -10.0
  19. Temporary Blindness: -75.0
  20. Socialismydia: -50.0
  21. Braaaaaains: -50.0
  22. Curse of Misfortune: -50.0
  23. Feeling Queasy: -10.0
  24. Returned: void
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement