armor.json 309 B

1234567891011121314151617
  1. [
  2. {
  3. "name": "Full Plate Armor",
  4. "value": {"pp": 0, "gp": 1500, "sp": 0, "cp": 0},
  5. "page": "PH123",
  6. "slot": "BODY",
  7. "weight": 50,
  8. "armor": {
  9. "acBonus": 8,
  10. "type": "Heavy",
  11. "maxDex": 1,
  12. "checkPenalty": -6,
  13. "spellFailure": 35,
  14. "speed": 15
  15. }
  16. }
  17. ]