You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 regels
269 B

  1. define([
  2. ], function (
  3. ) {
  4. return {
  5. plate: {
  6. attrRequire: 'str',
  7. statMult: {
  8. armor: 1
  9. }
  10. },
  11. leather: {
  12. attrRequire: 'dex',
  13. statMult: {
  14. armor: 0.6
  15. }
  16. },
  17. cloth: {
  18. attrRequire: 'int',
  19. statMult: {
  20. armor: 0.35
  21. }
  22. }
  23. };
  24. });