Age briefing UI and terrain presentation

This commit is contained in:
2026-06-19 09:46:44 +09:00
parent a95a8a3c0a
commit 6838aebcea
8 changed files with 182 additions and 83 deletions

View File

@@ -23,6 +23,14 @@
"avoid": 5,
"move_cost": { "foot": 2, "mounted": 3, "archer": 2, "water": 99 }
},
"D": {
"id": "wasteland",
"name": "황무지",
"color": "#96734a",
"defense": 0,
"avoid": 0,
"move_cost": { "foot": 1, "mounted": 2, "archer": 1, "water": 99 }
},
"R": {
"id": "road",
"name": "관도",