Upgrade 테이블 upgradeShop 컬럼 제거

- Blacksmith로 통일
This commit is contained in:
BoyongHwang
2026-02-22 15:56:23 +09:00
parent 48fff594f0
commit ec1ff83814
3 changed files with 16 additions and 24 deletions

View File

@@ -18,8 +18,6 @@ namespace Northbound.Data
public string upgradeCategory;
/// <summary>업그레이드 대상 • person • share</summary>
public string upgradeTarget;
/// <summary>건물 구분 • core • barrack</summary>
public string upgradeShop;
/// <summary>건설 비용 (mana=20)(mana=50; iron=10)</summary>
public int mana;
/// <summary>선행 조건 ID (목록)</summary>

View File

@@ -23,12 +23,6 @@
"condition": null,
"description": "업그레이드 대상\\n • person\\n • share"
},
{
"name": "upgrade_shop",
"type": "string",
"condition": null,
"description": "건물 구분\\n • core\\n • barrack"
},
{
"name": "mana",
"type": "int",

View File

@@ -1,16 +1,16 @@
id,memo,upgrade_category,upgrade_target,upgrade_shop,mana,require_upgrade_id,effect_stat_list,effect_op_list,effect_value_list,sort_order
1,체력 증가 Lv.1,combat,person,Blacksmith,200,,player_max_hp,add,50,1
2,체력 증가 Lv.2,combat,person,Blacksmith,300,1,player_max_hp,add,100,2
3,체력 증가 Lv.3,combat,person,Blacksmith,400,2; 5,player_max_hp,add,150,3
4,공격력 증가 Lv.1,combat,person,Blacksmith,200,,player_atk_damage,add,5,4
5,공격력 증가 Lv.2,combat,person,Blacksmith,300,4,player_atk_damage,add,10,5
6,공격력 증가 Lv.3,combat,person,Blacksmith,400,2; 5,player_atk_damage,add,15,6
7,자원 최대 용량 증가 Lv.1,harvest,person,Blacksmith,200,,player_capacity,add,20,7
8,자원 최대 용량 증가 Lv.2,harvest,person,Blacksmith,300,7,player_capacity,add,50,8
9,자원 최대 용량 증가 Lv.3,harvest,person,Blacksmith,400,7; 10,player_capacity,add,100,9
10,노동력 증가 Lv.1,harvest,person,Blacksmith,200,,player_manpower,add,5,10
11,노동력 증가 Lv.2,harvest,person,Blacksmith,300,10,player_manpower,add,10,11
12,노동력 증가 Lv.3,harvest,person,Blacksmith,400,7; 10,player_manpower,add,20,12
13,이동속도 증가 Lv.1,scout,person,Blacksmith,200,,player_move_speed,mul,1.1,13
14,이동속도 증가 Lv.2,scout,person,Blacksmith,300,13,player_move_speed,mul,1.2,14
15,이동속도 증가 Lv.3,scout,person,Blacksmith,400,14,player_move_speed,mul,1.3,15
id,memo,upgrade_category,upgrade_target,mana,require_upgrade_id,effect_stat_list,effect_op_list,effect_value_list,sort_order
1,체력 증가 Lv.1,combat,person,200,,player_max_hp,add,50.0,1
2,체력 증가 Lv.2,combat,person,300,1,player_max_hp,add,100.0,2
3,체력 증가 Lv.3,combat,person,400,2; 5,player_max_hp,add,150.0,3
4,공격력 증가 Lv.1,combat,person,200,,player_atk_damage,add,5.0,4
5,공격력 증가 Lv.2,combat,person,300,4,player_atk_damage,add,10.0,5
6,공격력 증가 Lv.3,combat,person,400,2; 5,player_atk_damage,add,15.0,6
7,자원 최대 용량 증가 Lv.1,harvest,person,200,,player_capacity,add,20.0,7
8,자원 최대 용량 증가 Lv.2,harvest,person,300,7,player_capacity,add,50.0,8
9,자원 최대 용량 증가 Lv.3,harvest,person,400,7; 10,player_capacity,add,100.0,9
10,노동력 증가 Lv.1,harvest,person,200,,player_manpower,add,5.0,10
11,노동력 증가 Lv.2,harvest,person,300,10,player_manpower,add,10.0,11
12,노동력 증가 Lv.3,harvest,person,400,7; 10,player_manpower,add,20.0,12
13,이동속도 증가 Lv.1,scout,person,200,,player_move_speed,mul,1.1,13
14,이동속도 증가 Lv.2,scout,person,300,13,player_move_speed,mul,1.2,14
15,이동속도 증가 Lv.3,scout,person,400,14,player_move_speed,mul,1.3,15
1 id memo upgrade_category upgrade_target upgrade_shop mana require_upgrade_id effect_stat_list effect_op_list effect_value_list sort_order
2 1 체력 증가 Lv.1 combat person Blacksmith 200 player_max_hp add 50 50.0 1
3 2 체력 증가 Lv.2 combat person Blacksmith 300 1 player_max_hp add 100 100.0 2
4 3 체력 증가 Lv.3 combat person Blacksmith 400 2; 5 player_max_hp add 150 150.0 3
5 4 공격력 증가 Lv.1 combat person Blacksmith 200 player_atk_damage add 5 5.0 4
6 5 공격력 증가 Lv.2 combat person Blacksmith 300 4 player_atk_damage add 10 10.0 5
7 6 공격력 증가 Lv.3 combat person Blacksmith 400 2; 5 player_atk_damage add 15 15.0 6
8 7 자원 최대 용량 증가 Lv.1 harvest person Blacksmith 200 player_capacity add 20 20.0 7
9 8 자원 최대 용량 증가 Lv.2 harvest person Blacksmith 300 7 player_capacity add 50 50.0 8
10 9 자원 최대 용량 증가 Lv.3 harvest person Blacksmith 400 7; 10 player_capacity add 100 100.0 9
11 10 노동력 증가 Lv.1 harvest person Blacksmith 200 player_manpower add 5 5.0 10
12 11 노동력 증가 Lv.2 harvest person Blacksmith 300 10 player_manpower add 10 10.0 11
13 12 노동력 증가 Lv.3 harvest person Blacksmith 400 7; 10 player_manpower add 20 20.0 12
14 13 이동속도 증가 Lv.1 scout person Blacksmith 200 player_move_speed mul 1.1 13
15 14 이동속도 증가 Lv.2 scout person Blacksmith 300 13 player_move_speed mul 1.2 14
16 15 이동속도 증가 Lv.3 scout person Blacksmith 400 14 player_move_speed mul 1.3 15