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

@@ -66,6 +66,13 @@ const DEFAULT_TERRAIN_DEFS := {
"avoid": 5,
"color": Color(0.55, 0.50, 0.34)
},
"D": {
"name": "황무지",
"move_cost": {"foot": 1, "mounted": 2, "archer": 1, "water": 99},
"defense": 0,
"avoid": 0,
"color": Color(0.59, 0.45, 0.29)
},
"R": {
"name": "관도",
"move_cost": 1,