unit_visuals.json 553 B

123456789101112131415161718192021222324252627
  1. {
  2. "units": {
  3. "archer": {
  4. "mesh": "Capsule",
  5. "color": [0.8, 0.9, 1.0],
  6. "texture": ""
  7. },
  8. "swordsman": {
  9. "mesh": "Capsule",
  10. "color": [0.7, 0.7, 0.8],
  11. "texture": "",
  12. "equipment": "sword_and_shield"
  13. },
  14. "spearman": {
  15. "mesh": "Capsule",
  16. "color": [0.7, 0.85, 0.75],
  17. "texture": "",
  18. "equipment": "spear_and_shield"
  19. },
  20. "horse_swordsman": {
  21. "mesh": "Capsule",
  22. "color": [0.75, 0.75, 0.85],
  23. "texture": "",
  24. "equipment": "cavalry_lance"
  25. }
  26. }
  27. }