yojimbos_law

distribution of statgain% values on equipment

Jun 4th, 2020
818
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. > ash int[float] count; foreach i in $items[]{if(i.to_slot() != $slot[none]){if(i.numeric_modifier("muscle experience percent") > 0) count[i.numeric_modifier("muscle experience percent")]++;if(i.numeric_modifier("moxie experience percent") > 0) count[i.numeric_modifier("moxie experience percent")]++;if(i.numeric_modifier("mysticality experience percent") > 0) count[i.numeric_modifier("mysticality experience percent")]++;}}foreach i in count{print(i+": "+count[i]);}
  2.  
  3. 1.0: 3
  4. 5.0: 3
  5. 10.0: 6
  6. 20.0: 6
  7. 25.0: 8
Advertisement
Add Comment
Please, Sign In to add comment