- Implemented '접경귀환' action for returning to a home city within 3 spaces. - Added '증여' action for transferring resources between generals with constraints. - Created '해산' action to disband a faction, resetting generals and cities. - Developed '건국' action for founding a new nation with specified attributes. - Introduced '맹훈련' action for training generals, enhancing their stats. - Added tests for the new actions to ensure functionality and constraints are respected.
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"Global": {
|
|
"templates": [
|
|
"${}에게서 몰수할 ${}이 없습니다.",
|
|
"이동할 인구가 부족합니다.",
|
|
"이미 같은 국호를 가진 곳이 있습니다. ${} 실패",
|
|
"<Y>${}</>에게 등용 권유 서신을 보내지 못했습니다. ${}",
|
|
"<Y>${}</>에게 부대 탈퇴를 지시 받았습니다.",
|
|
"<Y>${}</>에 의해 <G>${}</>${} 발령됐습니다.",
|
|
"경로에 도달할 방법이 없습니다.",
|
|
"${}${} <span class='ev_failed'>실패</span>하여 <C>${}</> 상승했습니다.",
|
|
"${}${} <S>성공</>하여 <C>${}</> 상승했습니다.",
|
|
"다음 턴부터 건국할 수 있습니다."
|
|
],
|
|
"regex": []
|
|
},
|
|
"General/che_모반시도": {
|
|
"templates": [
|
|
"<Y>${}</>에게 군주의 자리를 뺏겼습니다."
|
|
],
|
|
"regex": []
|
|
},
|
|
"General/che_선양": {
|
|
"templates": [
|
|
"<Y>${}</>에게서 군주의 자리를 물려받습니다."
|
|
],
|
|
"regex": []
|
|
},
|
|
"General/che_장비매매": {
|
|
"templates": [
|
|
"${}"
|
|
],
|
|
"regex": []
|
|
}
|
|
}
|