Antique global battle language

This commit is contained in:
2026-06-19 08:44:18 +09:00
parent c98064c528
commit b73fa6adbf
17 changed files with 317 additions and 267 deletions

View File

@@ -1,6 +1,6 @@
{
"bronze_sword": {
"name": "Bronze Sword",
"name": "청동검",
"kind": "weapon",
"icon": "res://art/items/sword.png",
"weapon_type": "sword",
@@ -10,7 +10,7 @@
"price": 300
},
"iron_sword": {
"name": "Iron Sword",
"name": "철검",
"kind": "weapon",
"icon": "res://art/items/sword.png",
"weapon_type": "sword",
@@ -20,7 +20,7 @@
"price": 520
},
"training_spear": {
"name": "Training Spear",
"name": "연습창",
"kind": "weapon",
"icon": "res://art/items/spear.png",
"weapon_type": "spear",
@@ -32,7 +32,7 @@
"price": 360
},
"short_bow": {
"name": "Short Bow",
"name": "단궁",
"kind": "weapon",
"icon": "res://art/items/bow.png",
"weapon_type": "bow",
@@ -44,7 +44,7 @@
"price": 320
},
"hand_axe": {
"name": "Hand Axe",
"name": "손도끼",
"kind": "weapon",
"icon": "res://art/items/axe.png",
"weapon_type": "axe",
@@ -56,7 +56,7 @@
"price": 340
},
"war_axe": {
"name": "War Axe",
"name": "전부",
"kind": "weapon",
"icon": "res://art/items/axe.png",
"weapon_type": "axe",
@@ -68,7 +68,7 @@
"price": 680
},
"cloth_robe": {
"name": "Cloth Robe",
"name": "포의",
"kind": "armor",
"icon": "res://art/items/armor.png",
"armor_type": "robe",
@@ -77,7 +77,7 @@
"price": 120
},
"leather_armor": {
"name": "Leather Armor",
"name": "피갑",
"kind": "armor",
"icon": "res://art/items/armor.png",
"armor_type": "light_armor",
@@ -86,7 +86,7 @@
"price": 180
},
"iron_armor": {
"name": "Iron Armor",
"name": "철갑",
"kind": "armor",
"icon": "res://art/items/armor.png",
"armor_type": "heavy_armor",
@@ -95,7 +95,7 @@
"price": 520
},
"war_drum": {
"name": "War Drum",
"name": "전고",
"kind": "accessory",
"icon": "res://art/items/war_drum.png",
"accessory_type": "accessory",
@@ -104,7 +104,7 @@
"price": 640
},
"imperial_seal": {
"name": "Imperial Seal",
"name": "옥새",
"kind": "accessory",
"icon": "res://art/items/imperial_seal.png",
"accessory_type": "accessory",
@@ -113,7 +113,7 @@
"price": 900
},
"yitian_sword": {
"name": "Yitian Sword",
"name": "의천검",
"kind": "weapon",
"rarity": "named",
"icon": "res://art/items/sword.png",
@@ -126,7 +126,7 @@
"price": 1300
},
"dragon_spear": {
"name": "Dragon Spear",
"name": "용담창",
"kind": "weapon",
"rarity": "named",
"icon": "res://art/items/spear.png",
@@ -139,7 +139,7 @@
"price": 1400
},
"wind_chaser_bow": {
"name": "Wind Chaser Bow",
"name": "추풍궁",
"kind": "weapon",
"rarity": "named",
"icon": "res://art/items/bow.png",
@@ -152,7 +152,7 @@
"price": 1200
},
"black_tortoise_robe": {
"name": "Black Tortoise Robe",
"name": "현무도포",
"kind": "armor",
"rarity": "named",
"icon": "res://art/items/armor.png",
@@ -162,7 +162,7 @@
"price": 1100
},
"bean": {
"name": "Bean",
"name": "",
"kind": "consumable",
"icon": "res://art/items/panacea.png",
"uses": 1,
@@ -170,7 +170,7 @@
"price": 50
},
"antidote": {
"name": "Antidote",
"name": "해독약",
"kind": "consumable",
"icon": "res://art/items/panacea.png",
"target": "ally",
@@ -180,7 +180,7 @@
"price": 70
},
"panacea": {
"name": "Panacea",
"name": "만능약",
"kind": "consumable",
"icon": "res://art/items/panacea.png",
"target": "ally",
@@ -196,7 +196,7 @@
"price": 140
},
"wine": {
"name": "Wine",
"name": "",
"kind": "consumable",
"icon": "res://art/items/panacea.png",
"uses": 1,