Add battlefield visuals and camp talk slice

This commit is contained in:
2026-06-18 16:45:46 +09:00
parent 909d497df0
commit d723d34a32
25 changed files with 604 additions and 35 deletions

View File

@@ -38,6 +38,13 @@
"defense": 0,
"avoid": 0,
"move_cost": { "foot": 99, "mounted": 99, "archer": 99, "water": 1 }
},
"C": {
"id": "castle",
"name": "Castle",
"color": "#7f7a70",
"defense": 3,
"avoid": 0,
"move_cost": { "foot": 1, "mounted": 2, "archer": 1, "water": 99 }
}
}