Refine Korean briefing and expand first battle

This commit is contained in:
2026-06-19 12:33:37 +09:00
parent 0a23b8aa75
commit 77db064d03
9 changed files with 403 additions and 170 deletions

View File

@@ -5,6 +5,7 @@
"color": "#6d9e4f",
"defense": 0,
"avoid": 0,
"heal": 0,
"move_cost": { "foot": 1, "mounted": 1, "archer": 1, "water": 99 }
},
"F": {
@@ -13,6 +14,7 @@
"color": "#33733a",
"defense": 2,
"avoid": 10,
"heal": 0,
"move_cost": { "foot": 2, "mounted": 3, "archer": 2, "water": 99 }
},
"H": {
@@ -21,6 +23,7 @@
"color": "#8c8057",
"defense": 1,
"avoid": 5,
"heal": 0,
"move_cost": { "foot": 2, "mounted": 3, "archer": 2, "water": 99 }
},
"D": {
@@ -29,6 +32,7 @@
"color": "#96734a",
"defense": 0,
"avoid": 0,
"heal": 0,
"move_cost": { "foot": 1, "mounted": 2, "archer": 1, "water": 99 }
},
"R": {
@@ -37,6 +41,7 @@
"color": "#a38c6b",
"defense": 0,
"avoid": 0,
"heal": 0,
"move_cost": { "foot": 1, "mounted": 1, "archer": 1, "water": 99 }
},
"W": {
@@ -45,14 +50,25 @@
"color": "#2e5c9e",
"defense": 0,
"avoid": 0,
"heal": 0,
"move_cost": { "foot": 99, "mounted": 99, "archer": 99, "water": 1 }
},
"T": {
"id": "town",
"name": "마을",
"color": "#b68a54",
"defense": 1,
"avoid": 5,
"heal": 6,
"move_cost": { "foot": 1, "mounted": 2, "archer": 1, "water": 99 }
},
"C": {
"id": "castle",
"name": "성채",
"color": "#7f7a70",
"defense": 3,
"avoid": 0,
"heal": 8,
"move_cost": { "foot": 1, "mounted": 2, "archer": 1, "water": 99 }
}
}