Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > ash foreach i in $items[]{if(i.string_modifier("modifiers").to_lower_case().contains_text("miss")) print_html(i+": "+i.string_modifier("modifiers"));}
- Knob Goblin firecracker: Effect: "Missing Fingers", Effect Duration: 3
- 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
- Thor's Pliers: Experience: +4, MP Regen Min: 6, MP Regen Max: 9, Pickpocket Chance: +20, Attacks Can't Miss, Single Equip
- Returned: void
- > ash foreach i in $effects[]{if(i.string_modifier("modifiers").to_lower_case().contains_text("miss")) print_html(i+": "+i.string_modifier("modifiers"));}
- Comic Violence: Attacks Can't Miss
- Chalked Weapon: Pool Skill: +5, Attacks Can't Miss
- Song of Battle: Combat Rate: +20, Weapon Damage Percent: +100, Attacks Can't Miss
- One Lip in the Grave: Avatar: "Miss Graves"
- Returned: void
Advertisement
Add Comment
Please, Sign In to add comment