시나리오마다 별도로 스탯 제한치를 설정 가능하도록 변경

This commit is contained in:
2018-05-21 05:10:44 +09:00
parent 2c3e577c4e
commit bf233f7552
16 changed files with 176 additions and 193 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
"stat":{
"total":150,
"min":10,
"max":75
"max":75,
"npcMax":95,
"chiefMin":65
}
}
+2 -1
View File
@@ -9,7 +9,8 @@
"stat":{
"total":220,
"min":10,
"max":95
"max":95,
"npcMax":95
},
"general":[
[0, "김일융", -1, 0, null, 88, 83, 79, 0, 160, 300, null, null],
+2 -1
View File
@@ -9,7 +9,8 @@
"stat":{
"total":220,
"min":10,
"max":95
"max":95,
"npcMax":95
},
"general":[
[0, "가규", -1, 0, null, 78, 61, 84, 0, 160, 300, null, null],