yojimbos_law

items and effects for not missing

May 27th, 2020
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. > ash foreach i in $items[]{if(i.string_modifier("modifiers").to_lower_case().contains_text("miss")) print_html(i+": "+i.string_modifier("modifiers"));}
  2.  
  3. Knob Goblin firecracker: Effect: "Missing Fingers", Effect Duration: 3
  4. Red Fox glove: Critical Hit Percent: +5, HP Regen Min: 5, HP Regen Max: 10, MP Regen Min: 5, MP Regen Max: 10, Attacks Can't Miss, Single Equip
  5. Thor's Pliers: Experience: +4, MP Regen Min: 6, MP Regen Max: 9, Pickpocket Chance: +20, Attacks Can't Miss, Single Equip
  6. Returned: void
  7.  
  8.  
  9.  
  10. > ash foreach i in $effects[]{if(i.string_modifier("modifiers").to_lower_case().contains_text("miss")) print_html(i+": "+i.string_modifier("modifiers"));}
  11.  
  12. Comic Violence: Attacks Can't Miss
  13. Chalked Weapon: Pool Skill: +5, Attacks Can't Miss
  14. Song of Battle: Combat Rate: +20, Weapon Damage Percent: +100, Attacks Can't Miss
  15. One Lip in the Grave: Avatar: "Miss Graves"
  16. Returned: void
Advertisement
Add Comment
Please, Sign In to add comment