yojimbos_law

counting equipment with identical enchantments

Jun 22nd, 2019
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. > ash int[string] d; foreach i in $items[]{if(i.to_slot() != $slot[none] && i.to_slot() != $slot[familiar]) d[i.string_modifier("Modifiers")]++;} foreach i in d{if(d[i] > 10) print(d[i]+": "+i);}
  2.  
  3. 219:
  4. 24: Familiar Weight: +1
  5. 15: Lasts Until Rollover
  6. 78: Monster Level: +1
  7. 16: Muscle: +1, Mysticality: +1, Moxie: +1
  8. 11: Muscle: +3
  9. 40: Single Equip
  10. 12: Spell Damage: +10
  11. 11: Weapon Damage: +5
Advertisement
Add Comment
Please, Sign In to add comment