시나리오에 기본값으로 initialEvents와 events추가

This commit is contained in:
2018-03-28 02:55:42 +09:00
parent a03eac6f2a
commit e739b7a39f
22 changed files with 139 additions and 3 deletions
+13 -3
View File
@@ -1,14 +1,17 @@
{
"title":"",
"title":"【모드명】 시나리오 명",
"life":0,
"fiction":0,
"nation":[
["후한", "#800000", 10000, 10000, "후한왕조", 1500, 47, "유가", 7,[]],
["황건적", "#FFD700", 10000, 10000, "황건적", 500, 23, "태평도", 2, []]
["str:국가명", "#800000", "int:금", "int:쌀", "str:국가설명", "int:기술", "int:장수?", "str:성향", "int:국가규모",
["str:소속도시"]
]
],
"diplomacy":[
["int:국가", "int:국가", "int:외교종류", "int:기간"]
],
"general":[
["int:상성", "str:장수명","int:금", "int:쌀", "str:도시(default:'-'랜덤)", "int:통", "int:무", "int:지", "int:관직", "int:생년", "int:몰년", "str:내특", "str:전특", "opt,str:대사"]
],
"general_ex":[
],
@@ -16,5 +19,12 @@
],
"history":[
"str:역사"
],
"initialActions":[
"array:action form"
],
"events":[
"array:event form"
]
}